projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5633e5b067dcbee1ebc7eb773013e14cad969387
[zzz-floof.git]
/
floof
/
templates
/
macros.mako
1
<%def name="thumbs(art)">
2
<ul class="artwork-grid">
3
% for item in art:
4
<li>
5
<a href="${h.url("art", id=item.id)}">
6
<img width="180" src="${item.get_path()}">
7
</a>
8
</li>
9
% endfor
10
</ul>
11
</%def>