{% macro render_product(product, from_index=false) %} {% if from_index %}
{% set image = product.attachments.images.first() %}

{% if image %}{% else %}
{% endif %}

{% if from_index %}

{{ post.title }}

{% else %}

{{ product.title }}

{% endif %}

{{ product.abstract }}


{% else %} {{ product.body }} {% endif %} {% endmacro %}