summaryrefslogtreecommitdiff
path: root/doc/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_templates/layout.html')
-rw-r--r--doc/_templates/layout.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
new file mode 100644
index 00000000..a9872a37
--- /dev/null
+++ b/doc/_templates/layout.html
@@ -0,0 +1,6 @@
+{% extends "!layout.html" %}
+
+{% block content %}
+ {% include "dev_banner.html" %}
+ {{ super() }}
+{% endblock %}