1
0
em.0x45.cz/templates/page.html

12 lines
240 B
HTML
Raw Normal View History

2021-12-03 21:55:43 +01:00
{% extends "index.html" %}
{% block title %}
{{ page.title }} — {{ config.title }}
{% endblock %}
{% block content %}
<h1>{{ page.title }}</h1>
{{ page.content | safe }}
{{ macros::page_info(page=page) }}
{% endblock content %}