summaryrefslogtreecommitdiffstats
path: root/templates/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.tpl')
-rw-r--r--templates/index.tpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/index.tpl b/templates/index.tpl
index eeb1de7..dfbaf68 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -1,6 +1,11 @@
{include file="header.tpl"}
<body>
- {include file="tags.tpl"}
+ <div id="logo">noch keins da</div>
+ <div id="tags">
+ {include file="tags.tpl"}
+ </div>
+ <div id="content">
{include file="body.tpl"}
+ </div>
</body>
{include file="footer.tpl"}