about summary refs log tree commit diff
path: root/views/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.tt')
-rw-r--r--views/index.tt5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/index.tt b/views/index.tt
index 6a79821..58b675a 100644
--- a/views/index.tt
+++ b/views/index.tt
@@ -1,3 +1,6 @@
+<div id="page">
+
+<div id="content">
 <h2>Dashboard</h2>
 
 <h3>Projects</h3>
@@ -15,3 +18,5 @@
   <li><a href="<: $uri_base :>task/<: $build :>"><: $build :></a></li>
   : }
 </ul>
+</div>
+</div>