Support stuff-other-than-updates.
[zzz-spline-frontpage.git] / splinext / frontpage / templates / front_page / extras.mako
diff --git a/splinext/frontpage/templates/front_page/extras.mako b/splinext/frontpage/templates/front_page/extras.mako
new file mode 100644 (file)
index 0000000..d387425
--- /dev/null
@@ -0,0 +1,3 @@
+% for extra in c.extras:
+    <%include file="${extra.template}" args="obj=extra" />
+% endfor