uploaded by works, and now you can view art on its own page.
[zzz-floof.git] / floof / templates / base.mako
index 28003c5..5034bf0 100644 (file)
@@ -8,6 +8,8 @@
 </head>
 <body>
 <div id="header">
+<a href="${h.url_for("/")}">Home</a>
+
     <div id="user">
         % if c.user:
         <p>Logged in as ${c.user.name}</p>
@@ -20,6 +22,8 @@
         </form>
         % endif
     </div>
+
+
 </div>
 <div id="body">
 ${next.body()}