diff options
Diffstat (limited to 'documentation/_templates/layout.html')
| -rw-r--r-- | documentation/_templates/layout.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/_templates/layout.html b/documentation/_templates/layout.html new file mode 100644 index 0000000000..308d5c7a28 --- /dev/null +++ b/documentation/_templates/layout.html | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | {% extends "!layout.html" %} | ||
| 2 | |||
| 3 | {% block extrabody %} | ||
| 4 | <div id="outdated-warning" style="text-align: center; background-color: #FFBABA; color: #6A0E0E;"> | ||
| 5 | </div> | ||
| 6 | {% endblock %} | ||
| 7 | |||
