You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
254 B
HTML

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