now you can post art. No associated user yet though.
[zzz-floof.git] / floof / templates / index.mako
1 <%inherit file="base.mako" />
2
3 <ul class="artwork-grid">
4     % for artwork in c.artwork:
5     <li><img width="180" src="${artwork.get_path()}"</li>
6     % endfor
7 </ul>