summaryrefslogtreecommitdiff
path: root/common/base.j2
diff options
context:
space:
mode:
Diffstat (limited to 'common/base.j2')
-rw-r--r--common/base.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/common/base.j2 b/common/base.j2
index 72fc1ab4..7bed5774 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -8,7 +8,9 @@
</head>
<body id="mybody">
{% include "common/navigation.j2.inc" %}
+ <div id="body_content">
{% block body_content %}{% endblock %}
+ </div>
{% include "common/footer.j2.inc" %}
</body>
</html>