summaryrefslogtreecommitdiffstats
path: root/documentation/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/_templates/layout.html')
-rw-r--r--documentation/_templates/layout.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/_templates/layout.html b/documentation/_templates/layout.html
new file mode 100644
index 0000000000..af4c6acc60
--- /dev/null
+++ b/documentation/_templates/layout.html
@@ -0,0 +1,9 @@
1{% extends "!layout.html" %}
2
3{% set script_files = script_files + ['_static/switchers.js'] %}
4
5{% block extrabody %}
6<div id="outdated-warning" style="text-align: center; background-color: #FFBABA; color: #6A0E0E;">
7</div>
8{% endblock %}
9