{% extends 'theme.html' %} {% block content-pre %} {% firstof custom_page_title page.title title as page_title %} {% if page_title %}

{{ page_title }}

{% endif %} {% endblock %}