{% import '_macro.html' as macros %} {% extends "base.html" %} {% block head %} Naev Outfits Database {% endblock head %} {% block body %} {%- for slot, outfitsList in outfits|dictsort -%}

{{slot}}

{% for outfit in outfitsList %}

{{ outfit.name }}

General:

Specific:

{% endfor %}
{% endfor %} {% endblock body %}