mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 15:41:35 +01:00
9 lines
208 B
HTML
9 lines
208 B
HTML
{% extends "index.html" %}<!---->
|
|
{% block main %}<!---->
|
|
<!-- Section Title -->
|
|
<h1 class="mb-16">{{ section.title }}</h1>
|
|
|
|
<!-- Pages -->
|
|
{% include "partials/page_list.html" %}<!---->
|
|
|
|
{% endblock main %}
|