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