projects
/
zzz-spline-frontpage.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Big ol refactor: make sources into first-class objects.
[zzz-spline-frontpage.git]
/
splinext
/
frontpage
/
templates
/
index.mako
diff --git
a/splinext/frontpage/templates/index.mako
b/splinext/frontpage/templates/index.mako
index
1651be7
..
677c58c
100644
(file)
--- a/
splinext/frontpage/templates/index.mako
+++ b/
splinext/frontpage/templates/index.mako
@@
-4,5
+4,5
@@
<h1>Updates</h1>
% for update in c.updates:
-<%include file="${update.template}" args="update=update" />
+<%include file="${update.
source.
template}" args="update=update" />
% endfor