{% extends "!layout.html" %} {% block htmltitle %} {% if pagename == "index" %} {{ title|striptags|e }} {% else %} {{ title|striptags|e }}{{ titlesuffix }} {% endif %} {% endblock %} {% block extrahead %} {{ super() }} {% if pagename == "index" %} {% else %} {% endif %} {% endblock %}