summaryrefslogtreecommitdiffstats
path: root/manas/templates/master.html
diff options
context:
space:
mode:
Diffstat (limited to 'manas/templates/master.html')
-rw-r--r--manas/templates/master.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/manas/templates/master.html b/manas/templates/master.html
index 3c5a5d8..341b54c 100644
--- a/manas/templates/master.html
+++ b/manas/templates/master.html
@@ -16,13 +16,15 @@ tg_flash = tg.get_flash()
</head>
<body py:match="body" py:attrs="select('@*')">
- ${header()}
- <div id="main_content">
- <div id="status_block" py:if="tg_flash" class="flash" py:content="tg_flash"></div>
- <div py:replace="select('*|text()')"/>
- <!-- End of main_content -->
- <div class="clearingdiv" />
- ${footer()}
+ <div class="wrapper">
+ ${header()}
+ <div id="content">
+ <div id="status_block" py:if="tg_flash" class="flash" py:content="tg_flash"></div>
+ <div py:replace="select('*|text()')"/>
+ <!-- End of main_content -->
+ <div class="clearingdiv" />
+ </div>
</div>
+ ${footer()}
</body>
</html>