Productos

{% for piece in data.pieces %}
{% set image = apos.images.first(piece.image) %} {% if image %} {% endif %}

{{ piece.title }}

{% if piece.discount %}{{ data.global.currency }}{{piece.price}}{% endif %}{{ data.global.currency }}{{piece.total}}

{{ apos.area( piece, 'description', 'apostrophe-rich-text', { } ) }}

{% endfor %}