{# Import the theme's layout. #} {% extends "!layout.html" %} {# Add some extra stuff before content use existing with 'super()' call. #} {% block content %} {{ super() }} {% endblock %} {% block footer %} {% endblock %}