kita/templates/taxonomy_single.html
2023-10-20 22:53:59 +08:00

9 lines
195 B
HTML

{% extends "index.html" %}<!---->
{% block main %}
<!-- Term Title -->
<h1 class="mb-16">#{{ term.name }}</h1>
<!-- Pages -->
{% include "partials/page_list.html" %}<!---->
{% endblock main %}