{# Import the theme's layout. #} {% extends "!layout.html" %} {# Include our new CSS file into existing ones. #} {% set css_files = css_files + ['_static/django-docutils.css']%} {%- block extrahead %} {{ super() }} {%- if theme_show_meta_manifest_tag == true %} {% endif -%} {%- if theme_show_meta_og_tags == true %} {% endif -%} {%- if theme_show_meta_app_icon_tags == true %} {% endif -%} {% endblock %}