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-erfas.tmpl | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 themes/ccc/templates/post-list-front-erfas.tmpl (limited to 'themes/ccc/templates/post-list-front-erfas.tmpl') diff --git a/themes/ccc/templates/post-list-front-erfas.tmpl b/themes/ccc/templates/post-list-front-erfas.tmpl new file mode 100644 index 00000000..56690ff0 --- /dev/null +++ b/themes/ccc/templates/post-list-front-erfas.tmpl @@ -0,0 +1,28 @@ +## -*- coding: utf-8 -*- +<%block name="content"> + + +
+

Aus den Erfas

+ % for post in posts: +
+
+ + %if post.meta('previewimage'): + preview + %endif +
+
${post.title(lang)}
+ +
+
+
+ ${ post.text( teaser_only = True, show_read_more_link = False, strip_html = True) } +
+
+
+ % endfor + +
+ + -- cgit v1.2.3