Added support for max_age.
[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