af95f7a1f92ac7d8607226babe03fc2ed5cd0554
[zzz-floof.git] / floof / templates / index.mako
1 <%inherit file="base.mako" />
2
3
4 <ul class="artwork-grid">
5     % for artwork in c.artwork:
6     <li><a href="${h.url_for(controller="art", action="show", id=artwork.id)}">
7         <img width="180" src="${artwork.get_path()}">
8     </a></li>
9     % endfor
10 </ul>