<%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.primary_page.galleries:
+<h2>${gallery.string}</h2>
+${macros.thumbs(gallery.search.results)}
+% endfor
\ No newline at end of file