{# Import the theme's layout. #} {% extends "!layout.html" %} {# Add some extra stuff before and use existing with 'super()' call. #} {% block footer %} {% endblock %} {# Import the theme's layout. #} {# Include our new CSS file into existing ones. #} {% set css_files = css_files + ['_static/bokeh-docs.css'] %}