aboutsummaryrefslogtreecommitdiff
path: root/templates/page.html
blob: a3a03dca37a81d3c02cac974506c3b9c4db99b24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{% import "_macros.html" as macros %}
{% extends "index.html" %}

{% block title %}{{ page.title }} | {{ super() }} {% endblock title %}


{% block content %}
<div class="heading-text">{{ page.description }}</div>
{{ page.content | safe }}
{% endblock content %}