aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_templates/layout.html
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-05-02 16:41:56 +0000
committerlloyd <[email protected]>2011-05-02 16:41:56 +0000
commitc753e8936e9767a505abfde203186193574609d3 (patch)
tree807a2ab757668614c50d5137f98ab410ebf5351a /doc/_templates/layout.html
parent1a2245e2dda5c2cda340ded685d1c72d9fdff9f2 (diff)
Doc and theming updates
Diffstat (limited to 'doc/_templates/layout.html')
-rw-r--r--doc/_templates/layout.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
new file mode 100644
index 000000000..c907c7597
--- /dev/null
+++ b/doc/_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 %}