{% extends "theme.html" %} {# move nav #} {% block header-content %} {% block nav %}{% endblock %} {% endblock %} {% block after-header %} {% endblock %} {% block content-pre %} {% if custom_page_title != "None" %} {% firstof custom_page_title page.title title as page_title %} {% if page_title %}

{{ page_title }}

{% endif %} {% endif %}
{% endblock %}