Merge "Fixing testing user guides pages"
[opnfvdocs.git] / docs / _templates / layout.html
1 {# Import the theme's layout. #}
2 {% extends "!layout.html" %}
3
4 {# Custom CSS overrides #}
5 {% set css_files = css_files + ['_static/custom.css'] %}
6
7 {%- block extrahead %}
8 {# Add custom things to the head HTML tag #}
9 {# Call the parent block #}
10
11 {{ super() }}
12 {%- endblock %}