summaryrefslogtreecommitdiffstats
path: root/docs/_templates/layout.html
blob: 7a1cf9fe6bb230d89ae14e3fc99974c7ec4495a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{# Import the theme's layout. #}
{% extends "!layout.html" %}

{# Custom CSS overrides #}
{% set css_files = css_files + ['_static/custom.css'] %}

{%- block extrahead %}
{# Add custom things to the head HTML tag #}
{# Call the parent block #}

{{ super() }}
{%- endblock %}