summaryrefslogtreecommitdiff
path: root/templates/page.html
blob: 0e5679f0d41c10e7b9b10c9dadadf00c170e8339 (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block content %}

<h1>{{ page.title }}</h1>

{{ page.content | safe }}

{% endblock %}