{% extends "theme.html" %} {# Page title #} {% block before-main-content %}
{% firstof custom_page_title page.title as page_title %} {% if page_title %}

{{ page_title }}

{% endif %}
{% endblock %}