<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 16px;">
<movu-benefit type="coupon with-emphasis" heading="Great price" description="This offer is CHF 200 cheaper than the competition.">
</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": "coupon with-emphasis",
"heading": "Great price",
"description": "This offer is CHF 200 cheaper than the competition."
}
No notes defined.