mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 21:31:34 +01:00
9 lines
195 B
HTML
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 %}
|