<div class="container">
    <div class="row">
        <div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 16px;">
            <movu-benefit type="cleaning" heading="Very clean" description="The company stands out for its above-average cleanliness.">
            </movu-benefit>
        </div>
    </div>
</div>
<div class="container">
  <div class="row">
    <div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 16px;">
      <movu-benefit
        type="{{type}}"
        {% if heading %} heading="{{heading}}" {% endif %}
        {% if description %} description="{{description}}" {% endif %}>
      </movu-benefit>
    </div>
  </div>
</div>
{
  "type": "cleaning",
  "heading": "Very clean",
  "description": "The company stands out for its above-average cleanliness."
}

No notes defined.