projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
trying out resource routing. Works decently. Added lots of notes.
[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("art", id=artwork.id)}">
7
<img width="180" src="${artwork.get_path()}">
8
</a></li>
9
% endfor
10
</ul>