blow/templates/categories/list.html
Thomas Chartron f81a4eb8b2 update
2021-11-04 23:14:13 +01:00

7 lines
110 B
HTML

{% extends "layout.html" %}
{% block content %}
<h1 class="title">
Categories
</h1>
{% endblock content %}