From 7985947c4b5624c2211d2851fa69eefba5daf178 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 23 Oct 2021 01:32:04 +0200 Subject: Initial blog.impl.cc Signed-off-by: Toni Uhlig --- wwwroot/blog/index.html | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 wwwroot/blog/index.html (limited to 'wwwroot/blog/index.html') diff --git a/wwwroot/blog/index.html b/wwwroot/blog/index.html deleted file mode 100644 index a4c520a..0000000 --- a/wwwroot/blog/index.html +++ /dev/null @@ -1,27 +0,0 @@ - -

-blabla -Test fn....: {{ test_fn }}
-Test RetFN.: {{ test_return_true }}


-{% if exists("blog_listing") %} - -## for entry in blog_listing - - - - - - - - - - - -## endfor -
{{ loop.index1 }}{{ entry.filename }}{{ entry.title }}{{ entry.tags }}{{ entry.author }}{{ entry.createDate }}{{ entry.publishDate }}{{ entry.published }} - {{ indent(entry.content, 12, false, false) }} - {% if loop.is_last == false %}more{% else %}eof{% endif %}
-
-{% endif %} -

- -- cgit v1.2.3