Index page lists titles of art in the "art" table.
[zzz-floof.git] / floof / templates / base.mako
index 340cdf9..50bed27 100644 (file)
@@ -3,6 +3,8 @@
 <html>
 <head>
 <title>${title()} — Floof</title>
+<link rel="stylesheet" type="text/css" href="/reset.css">
+<link rel="stylesheet" type="text/css" href="/layout.css">
 </head>
 <body>
 % if c.user: