9 lines
105 B
HTML

{% extends "base.html" %}
{% block page %}
<h1> {{ page.title }} </h1>
{{ page }}
{% endblock page %}