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