{# Import the theme's layout. #} {% extends "!layout.html" %} {# Custom CSS overrides #} {% set bootswatch_css_custom = ['_static/bootstrap.css'] %} {% block header %} {{ super() }} {% endblock %}