receptty.org/templates/kategorie/list.html

10 lines
138 B
HTML

{% extends "base.html" %}
{% block content %}
<main>
<h2>Kategorie</h2>
<hr>
{{ macro::list_terms() }}
</main>
{% endblock content %}