{% if products.featured != blank %}
-
{% for product in products.featured %}
{{ product.price | money_with_sign }}{% if product.on_sale %} On Sale!{% endif %}
{% endfor %}
{% else %}
No products found.
{% endif %}
{% if theme.show_newest %}
{% endif %}
{% if theme.show_top_selling %}
{% endif %}
Newest Products
{% if products.newest != blank %} {% else %}No products found.
{% endif %}