{% import 'config.html' as config with context %} {% block headers %} {% endblock %} {% block documenttitle %}{{ config.doctitle }}{% endblock %}

{{ config.sitetitle }}

{{ config.tagline }}
{%- block content %}{% endblock %}
{% include 'sidebar.html' %}
{% include 'footer.html' %}