{% set all_href = (url_for('market.browse.browse_all') ~ qs)|host %} {% set all_active = (category_label == 'All Products') %}
All
{% for cat, data in categories.items() %} {% set cat_href = (url_for('market.browse.browse_top', top_slug=data.slug) ~ qs)|host%} {% set cat_active = (cat == category_label) %}
{{ cat }}
{% endfor %} {% include '_types/market/_admin.html' %}