receptty.org/templates/tagy/list.html

10 lines
134 B
HTML
Raw Normal View History

2019-10-30 11:58:46 +01:00
{% extends "index.html" %}
{% block content %}
<main>
<h2>Tagy</h2>
<hr>
2021-02-09 14:44:13 +01:00
{{ macro::list_terms() }}
2019-10-30 11:58:46 +01:00
</main>
{% endblock content %}