{# Import the theme's layout #} {% extends "bootstrap/layout.html" %} {# Extra JS files #} {%- block scripts %} {{ super() }} {%- endblock %} {# Custom CSS overrides #} {% set css_files = css_files + ['_static/sunpy_style.css'] %} {%- block extrahead -%} {{ super() }} {{ docstitle|striptags }} {% if not version_slug in to_be_indexed | default([]) %} {% endif %} {%- endblock %} {%- block footer %} {% include "footer.html" %} {%- endblock %}