projects
/
zzz-spline-frontpage.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
677c58cce0d0f40d6ff0cb15090f635d09ec5338
[zzz-spline-frontpage.git]
/
splinext
/
frontpage
/
templates
/
index.mako
1
<%inherit file="base.mako" />
2
3
<%def name="title()">Home</%def>
4
5
<h1>Updates</h1>
6
% for update in c.updates:
7
<%include file="${update.source.template}" args="update=update" />
8
% endfor