summaryrefslogtreecommitdiffstats
path: root/docs/_templates/layout.html
blob: 975cd981382f51d73929949f9ebaae7f39b8588e (plain)
1
2
3
4
5
{# Import the theme's layout. #}
{% extends "!layout.html" %}

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