afpy.org/afpy/templates/pages/rst.html
2021-07-02 09:21:36 +02:00

10 lines
162 B
HTML
Executable File

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