diff options
author | lloyd <[email protected]> | 2011-05-02 16:41:56 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-05-02 16:41:56 +0000 |
commit | c753e8936e9767a505abfde203186193574609d3 (patch) | |
tree | 807a2ab757668614c50d5137f98ab410ebf5351a /doc/_templates/layout.html | |
parent | 1a2245e2dda5c2cda340ded685d1c72d9fdff9f2 (diff) |
Doc and theming updates
Diffstat (limited to 'doc/_templates/layout.html')
-rw-r--r-- | doc/_templates/layout.html | 9 |
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 %} |