{% if artists.active != blank %}
Artists
Select an artist...
{% for artist in artists.active %}
{{ artist.name }}
{% endfor %}
{% endif %}
shop
{% for category in categories.active %}- {{ category | link_to }}
{% endfor %}
{% if theme.show_newest %}
Newest Products
{% get 5 products from products.all order:'newest' %}
{% for product in products %}- {{ product | link_to }}
{% endfor %}
{% endget %}
{% endif %}
{% if theme.show_top_selling %}
Top Selling
{% get 5 products from products.all order:'sales' %}
{% for product in products %}- {{ product | link_to }}
{% endfor %}
{% endget %}
{% endif %}
{% if theme.show_products_feed %}
{% endif %}
info
{% for page in pages.all %}- {{ page | link_to }}
{% endfor %}- {{ pages.contact | link_to }}
mailing list
for updates & offers