projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
061b7b986659c1fd0ac7a0ff5da139cdeb3ba5ef
[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("show_art", id=item.id)}">
6
<img width="180" src="${item.get_path()}">
7
</a>
8
</li>
9
% endfor
10
</ul>
11
</%def>