summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/configs/sphinx/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'comm/third_party/botan/src/configs/sphinx/templates/layout.html')
-rw-r--r--comm/third_party/botan/src/configs/sphinx/templates/layout.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/comm/third_party/botan/src/configs/sphinx/templates/layout.html b/comm/third_party/botan/src/configs/sphinx/templates/layout.html
new file mode 100644
index 0000000000..c907c75974
--- /dev/null
+++ b/comm/third_party/botan/src/configs/sphinx/templates/layout.html
@@ -0,0 +1,9 @@
+{% extends "!layout.html" %}
+
+{% block header %}
+ <div class="header-wrapper">
+ <div class="header">
+ <h1>{{ shorttitle|e }}</h1>
+ </div>
+ </div>
+{% endblock %}