Big ol refactor: make sources into first-class objects.
[zzz-spline-frontpage.git] / splinext / frontpage / templates / index.mako
index b9d9f4f..677c58c 100644 (file)
@@ -4,7 +4,5 @@
 
 <h1>Updates</h1>
 % for update in c.updates:
-<p>${repr(update.__dict__)}</p>
-<%include file="${update.template}" args="update=update" />
-<hr>
+<%include file="${update.source.template}" args="update=update" />
 % endfor