recently viewed test
{% for group in groups %}
{% endfor %}
{% endif %}
{% endfor %}
{{ group.label }}
{% if group.bundle %} {% else %} {% for product in group.products limit:5 %}
{{ product.vendor }}
{{ product.price | money }}
{% if product.price < product.compare_at_price %} {{ product.compare_at_price | money }}{% endif %}