zonetoast/blue-penguin-dark/templates/page.html
randogoth c828a45aa8 init
2026-05-17 12:13:27 +03:00

11 lines
278 B
HTML

{% extends "base.html" %}
{% block title %}{{ SITENAME }} | {{ page.title }}{% endblock %}
{% block content %}
<article class="post">
<h2 class="title">{{ page.title }}</h2>
{{ page.content }}
</article>
{% endblock %}