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_projectnews.tmpl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 themes/erdgeist/templates/list_projectnews.tmpl (limited to 'themes/erdgeist/templates/list_projectnews.tmpl') diff --git a/themes/erdgeist/templates/list_projectnews.tmpl b/themes/erdgeist/templates/list_projectnews.tmpl new file mode 100644 index 0000000..abb515b --- /dev/null +++ b/themes/erdgeist/templates/list_projectnews.tmpl @@ -0,0 +1,16 @@ +## -*- coding: utf-8 -*- +<%block name="content"> + +
+ %if posts: + + %endif +
+ + -- cgit v1.2.3