{% for name, cat in categories.items() %}
{{ name }}
{% if generate_category_pages %}
View All
{% else %}
View All
{% endif %}
{% if cat.preview %}
{% endif %}
{% endfor %}