From 23f0e1561767dd8a396188e317bae5920d171ea8 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 16 Aug 2015 16:38:25 +0200 Subject: Initial import of my nikola website --- themes/erdgeist/templates/list_projects.tmpl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 themes/erdgeist/templates/list_projects.tmpl (limited to 'themes/erdgeist/templates/list_projects.tmpl') diff --git a/themes/erdgeist/templates/list_projects.tmpl b/themes/erdgeist/templates/list_projects.tmpl new file mode 100644 index 0000000..b8d67b5 --- /dev/null +++ b/themes/erdgeist/templates/list_projects.tmpl @@ -0,0 +1,16 @@ +## -*- coding: utf-8 -*- +<%block name="content"> + +
+ %if posts: +
+ % for post in posts: +

+ ${post.title(lang)} ${post.description()} +

+ % endfor +
+ %endif +
+ + -- cgit v1.2.3