summaryrefslogtreecommitdiffstats
path: root/templates/page.html
blob: c83672058a23dac841972b835afe20bde7962b80 (plain)
1
2
3
4
5
{% extends "index.html" %}
{% block title %} {{ config.title }} | {{ page.title }} {% endblock title %}
    {% block content %}
        {{ page.content | safe }}
    {% endblock content %}