{% extends "base.html" %} {% block content %}
{% for block in doc.blocks %} {% if block.type == 'image' %} {% include "partials/block-image-cover.html" %} {% endif %} {% endfor %}

categories

{% for cat in categories.keys() %} {{ cat }} {% endfor %}

set

{% for set in sets %} {{ set.title }} {% endfor %}
{% for cat, products in categories.items() %}

{{ cat }}

{% endfor %}
{% include "partials/footer.html" %} {% endblock %}