mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 15:41:35 +01:00
10 lines
228 B
HTML
10 lines
228 B
HTML
{% extends "index.html" %}<!---->
|
|
{% block main %}
|
|
<article>
|
|
<header class="mb-16">
|
|
<h1 class="my-0! pb-2.5">{{ page.title }}</h1>
|
|
</header>
|
|
|
|
<section>{{ page.content | safe }}</section>
|
|
</article>
|
|
{% endblock main %}
|