displaying galleries on your page works
[zzz-floof.git] / floof / templates / index.mako
index 8ee86e6..a774551 100644 (file)
@@ -1,10 +1,4 @@
 <%inherit file="base.mako" />
+<%namespace name="macros" file="/macros.mako" />
 
-
-<ul class="artwork-grid">
-    % for artwork in c.artwork:
-    <li><a href="${h.url("art", id=artwork.id)}">
-        <img width="180" src="${artwork.get_path()}">
-    </a></li>
-    % endfor
-</ul>
+${macros.thumbs(c.artwork)}