afpy.org/afpy/templates/pages/rst.html

10 lines
162 B
HTML
Executable File

{% extends '_parts/base.jinja2' %}
{% block header %}
<h1>{{ title }}</h1>
{% endblock header %}
{% block main %}
{{ html | safe }}
{% endblock main %}