Added myself to websetup.
[zzz-floof.git] / floof / templates / index.mako
index d3c64b9..ce3a112 100644 (file)
@@ -1 +1,7 @@
 <%inherit file="base.mako" />
+
+<ul class="artwork-grid">
+    % for artwork in c.artwork:
+    <li>${artwork.title}</li>
+    % endfor
+</ul>