Added User Pages, which you can now display galleries on. Also detected
[zzz-floof.git] / floof / templates / index.mako
index 057399b..a774551 100644 (file)
@@ -1,7 +1,4 @@
 <%inherit file="base.mako" />
+<%namespace name="macros" file="/macros.mako" />
 
-<ul class="artwork-grid">
-    % for artwork in c.artwork:
-    <li><img width="180" src="${artwork.get_path()}"</li>
-    % endfor
-</ul>
+${macros.thumbs(c.artwork)}