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