projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Super-simple comment display.
[zzz-floof.git]
/
floof
/
templates
/
index.mako
diff --git
a/floof/templates/index.mako
b/floof/templates/index.mako
index
ce3a112
..
a774551
100644
(file)
--- a/
floof/templates/index.mako
+++ b/
floof/templates/index.mako
@@
-1,7
+1,4
@@
<%inherit file="base.mako" />
+<%namespace name="macros" file="/macros.mako" />
-<ul class="artwork-grid">
- % for artwork in c.artwork:
- <li>${artwork.title}</li>
- % endfor
-</ul>
+${macros.thumbs(c.artwork)}