{# Import the theme's layout. #} {% extends "bootstrap/layout.html" %} {# Custom CSS overrides #} {# We have to put this here to make the themes CSS be the last one in the list and overwrite the ones above #} {% set css_files = css_files + ['http://fonts.googleapis.com/css?family=Open+Sans:400,600,700', '_static/dkist.css'] %} {%- block content %} {{ super() }} {%- endblock %} {%- macro sbsidebar() %} {%- if render_sidebar %}