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

{% block title %}{{ page.title }}{% endblock title %}

{% block content %}

<h1 class="title">
  {{ page.title }}
</h1>
{{ page.content | safe }}
{% endblock content %}