Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/hatta/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'hatta/templates/layout.html')
-rw-r--r--hatta/templates/layout.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/hatta/templates/layout.html b/hatta/templates/layout.html
index 9754cdc..64ba769 100644
--- a/hatta/templates/layout.html
+++ b/hatta/templates/layout.html
@@ -5,8 +5,10 @@
<title>{% block title %}{% endblock %}</title>
{% block links %}{% endblock %}
{% block meta %}{% endblock %}
-</head><body><div id="hatta-header">
+</head><body>
{% block logo %}{% endblock %}
+<div id="hatta-body">
+<div id="hatta-header">
{% block search %}{% endblock %}
{% block menu %}{% endblock %}
{% block page_title %}{% endblock %}
@@ -14,6 +16,6 @@
{% block content %}{% endblock %}
<div id="hatta-footer">
{% block footer %}{% endblock %}
-</div></div>
+</div></div></div>
{% block scripts %}{% endblock %}
</body></html>