]> git.ipfire.org Git - people/ms/webapp.git/blobdiff - application/handlers.py
template: Created base layout and substitute only required areas.
[people/ms/webapp.git] / application / handlers.py
index b808eab3946c57f4a874f9775c40cd0aec351828..393ad0cc6b0d200e0b06b71723d6847ab9bbccf6 100644 (file)
@@ -26,5 +26,5 @@ class MainHandler(BaseHandler):
 
 class HomeHandler(BaseHandler):
        def get(self):
-               self.render("template.html", title="Testsite", slogan="Security now!",
+               self.render("base.html", title="Testsite", slogan="Security now!",
                        footer=self.footer(), user=self.current_user)