Switch to side-by-side view

--- a/ForgeChat/forgechat/main.py
+++ b/ForgeChat/forgechat/main.py
@@ -123,7 +123,7 @@
         now = datetime.utcnow()
         redirect(c.app.url + now.strftime('%Y/%m/%d/'))
 
-    @expose('jinja:chat/search.html')
+    @expose('jinja:forgechat:templates/chat/search.html')
     @validate(dict(q=validators.UnicodeString(if_empty=None),
                    history=validators.StringBool(if_empty=False)))
     def search(self, q=None, history=None, **kw):
@@ -152,7 +152,7 @@
     def __init__(self, day):
         self.day = day
 
-    @expose('jinja:chat/day.html')
+    @expose('jinja:forgechat:templates/chat/day.html')
     def index(self, **kw):
         q = dict(
             timestamp={