{% if product.main_image_url %}
{% else %}
No image
{% endif %}
{% if product.gallery_images %}
{% for image in product.gallery_images %}
{% endfor %}
{% endif %}
{{ product.name }}
{% if product.summary %}{{ product.summary }}
{% endif %} {% if product.description %}{{ product.description }}
{% endif %}Add to cart
{% if product.active_prices %} {% else %}This product does not currently have an active price option.
{% endif %}