projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Index page lists titles of art in the "art" table.
[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>${artwork.title}</li>
6
% endfor
7
</ul>