summaryrefslogtreecommitdiff
path: root/templates/page.html
blob: 4da29460745216eaa28a367528d1b5c0077acc09 (plain)
1
2
3
4
5
{% extends "base.html" %} {% block title %} {{page.title}} {% endblock title %}
{% block content %}
<h1>{{ page.title }}</h1>

{{ page.content | safe }} {% endblock content %}