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