{# a minimal template for testing processing only #} {% if headers.base %}{% endif %} {% block title %}{{ headers.title }}{% endblock %} {% if headers.atom %} {% endif %} {% if headers.notice %}{% endif %} {% block content %}
{{ content|markdown }}
{% endblock %}