{% extends "!page.html" %} {% block body %} {% if pagename == 'index' %} {% include "index.html" %} {% else %} {{ super() }} {% endif %}{% endblock %}