X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/55270a42bf0699bd78b95a945fddd73a165507ee..da9dc9c1a060be8de3c13fa308a047b4b57eaaeb:/floof/templates/users/view.mako?ds=sidebyside diff --git a/floof/templates/users/view.mako b/floof/templates/users/view.mako index 9f39bae..f9a9329 100644 --- a/floof/templates/users/view.mako +++ b/floof/templates/users/view.mako @@ -1,3 +1,9 @@ <%inherit file="/base.mako" /> +<%namespace name="macros" file="/macros.mako" />

This is the userpage for ${c.this_user.name}.

+ +% for gallery in c.this_user.primary_page.galleries: +

${gallery.string}

+${macros.thumbs(gallery.search.results)} +% endfor \ No newline at end of file