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

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


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