{% extends "basic/page.html" %} {%- block body %} {% if theme_tool_name %} {{ theme_tool_name }} {% endif %} {% if theme_tool_name %} {{ theme_tool_name }} {% endif %} {% if (theme_header_title_text != title) %} {{ _(theme_header_title_text) }} {% endif %} {% if (theme_header_title_text != title) or theme_tool_name %} {{ title }} {% endif %} {{ super() }} {%- endblock %}