aboutsummaryrefslogtreecommitdiff
path: root/templates/page.html
blob: 71bfee274364258daad3531dd3f16547a8506009 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}

{% block title -%}
{{ section.title }} | {{ config.title }}
{%- endblock title %}

{% block content %}
{{ section.content | safe }}
{% endblock content %}