{% if name %}

{{name}}

{% endif %}
{%for product in products%}
{%if product.oldPrice != product.price%}
{{product.oldPrice}}
{%endif%}

{{product.price}}

{{product.name}}

Ver Produto
{%endfor%}