lexicographe/themes/default/templates/page.html
2023-06-01 13:10:54 +02:00

11 lines
193 B
HTML

{% extends "base.html" %}
{% block title %}
{{ super() }} — {{ page.title }}
{% endblock %}
{% block content %}
<h1>{{ page.title}}</h1>
{{ page.content}}
{% endblock %}