{# Import the theme's layout. #} {% extends "!layout.html" %} {# Add github banner (from: https://github.com/blog/273-github-ribbons). #} {% block header %} {{ super() }} Fork me on GitHub {% endblock %} {% set css_files = css_files + ['_static/my-styles.css']%} {# Add some extra stuff before and use existing with 'super()' call. #} {% block footer %} {{ super() }} {% endblock %}