displaying galleries on your page works
[zzz-floof.git] / floof / templates / users / view.mako
index 9f39bae..d128276 100644 (file)
@@ -1,3 +1,9 @@
 <%inherit file="/base.mako" />
+<%namespace name="macros" file="/macros.mako" />
 
 <p>This is the userpage for ${c.this_user.name}.</p>
+
+% for gallery in c.this_user.galleries:
+<h2>${gallery.string}</h2>
+${macros.thumbs(gallery.search.results)}
+% endfor
\ No newline at end of file