blob: 94d7a1731af046e0dfc69fa0246a388d8e819987 [file] [log] [blame]
{% extends "templates/web.html" %}
{% block header %}
<h2> {{ doc.introduction }} </h1>
{% endblock %}
{% block page_content %}
<p class="post-description"> {{ doc.content }} </p>
{% endblock %}