{% include "head.html" %}
{% include "header.html" %} {% include "main.html" %} {% include "footer.html" %}
{% if text and text.contribute %}
{{ text.contribute|maybefile|markdown}}
{% endif %} {% if html and html.footer %} {{ html.footer }} {% endif %}