{# Import the theme's layout. #} {% extends "!layout.html" %} {% block extrahead %} {{ super() }} {% endblock %} {% block footer %} {{ super() }} {% endblock %} {# Import the theme's layout. #} {# Include our new CSS file into existing ones. #} {% set css_files = css_files + ['_static/my-styles.css'] %}