projects
/
zzz-spline-frontpage.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1651be7c44411a0560c01a6ffd13dbce5dd8a523
[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.template}" args="update=update" />
8
% endfor