{# Import the theme's layout. #} {% extends "!layout.html" %} {# Custom CSS overrides #} {% set bootswatch_css_custom = ['_static/my-styles.css'] %} {# Add fork me on github sign #} {% block header %} Fork me on GitHub {% endblock %}