summaryrefslogtreecommitdiff
path: root/templates/text.html
blob: 9ba2a71c9ace7ef1a422fae93e79b55ea6b9ad7b (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}

{% block content %}
<section id="text">

      {{ section.content | safe }}
</section>
{% endblock %}