Index: templates/default.tmpl |
=================================================================== |
--- a/templates/default.tmpl |
+++ b/templates/default.tmpl |
@@ -43,15 +43,17 @@ |
<![endif]--> |
{% block head %} |
{{ head | safe }} |
{% endblock %} |
</head> |
<body> |
<? include layout/header ?> |
+ <div class="outer"> |
{% block body %} |
{{ body | safe }} |
{% endblock %} |
+ </div> |
<? include layout/footer ?> |
<script src="/js/main.js"></script> |
</body> |
<html> |