saved searches is going awesome. Partial work on adding them as galleries
[zzz-floof.git] / floof / templates / index.mako
index d3c64b9..af95f7a 100644 (file)
@@ -1 +1,10 @@
 <%inherit file="base.mako" />
+
+
+<ul class="artwork-grid">
+    % for artwork in c.artwork:
+    <li><a href="${h.url_for(controller="art", action="show", id=artwork.id)}">
+        <img width="180" src="${artwork.get_path()}">
+    </a></li>
+    % endfor
+</ul>