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

14 lines
300 B
HTML

{% extends "index.html" %}
{% block title %}
{{ page.title }} — {{ config.title }}
{% endblock %}
{% block content %}
<h1>{{ page.title }}</h1>
{{ macros::toc() }}
{{ page.content | safe }}
{{ macros::page_info(page=page) }}
{{ macros::page_updates(page=page) }}
{% endblock content %}