{# Import the theme's layout. #} {% extends "!layout.html" %} {% block extrahead %} {% endblock %} {% block htmltitle %} {% if title == '' or 'no title' in title or title == 'Home' %} {{ docstitle|striptags|e }} {% else %} {{ title|striptags|e }} | {{ docstitle|striptags|e }} {% endif %} {% endblock %}