057399b9129ca8286b8c8a8cb9a6c5d96ded4e0a
[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>