Update git submodules
[docs.git] / docs / _templates / layout.html
1 {# Import the theme's layout. #}
2 {% extends "!layout.html" %}
3
4 {# Custom CSS override for warning banner #}
5 {% set css_files = css_files + ['_static/css/warning-header.css'] %}