From daf20dd652f9294273c1110f60ff4da6d99f67c5 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Tue, 26 May 2020 22:45:15 +0000 Subject: Commit preview bundle --- themes/ccc/templates/post-list-front-updates.tmpl | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 themes/ccc/templates/post-list-front-updates.tmpl (limited to 'themes/ccc/templates/post-list-front-updates.tmpl') diff --git a/themes/ccc/templates/post-list-front-updates.tmpl b/themes/ccc/templates/post-list-front-updates.tmpl new file mode 100644 index 00000000..0c529dac --- /dev/null +++ b/themes/ccc/templates/post-list-front-updates.tmpl @@ -0,0 +1,25 @@ +## -*- coding: utf-8 -*- +<%block name="content"> + + +% for post in posts: +
+ +
+% endfor + + -- cgit v1.2.3