app/templates/parts/product_catalog_promo.html [16:37]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

{{ product.name }}

{{ product.description }}

${{ product.price }}

{% for label in product.labels[:3] %} {{ label }} {% endfor %}


{% endfor %} {% endfor %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - app/templates/parts/product_catalog_whatsnew.html [16:37]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

{{ product.name }}

{{ product.description }}

${{ product.price }}

{% for label in product.labels[:3] %} {{ label }} {% endfor %}


{% endfor %} {% endfor %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -