From 9266070e51422a71566ee5c04db42feec996c485 Mon Sep 17 00:00:00 2001
From: lns
+blabla
+Test fn....: {{ test_fn }}
+Test RetFN.: {{ test_return_true }}
+{% if exists("blog_listing") and length(blog_listing) > 0 %}
+
+## for entry in blog_listing
+
+{% endif %}
+
+
+## endfor
+{{ loop.index1 }}
+ {{ entry.content_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 %}
+
-blabla
-Test fn....: {{ test_fn }}
-Test RetFN.: {{ test_return_true }}
-{% if exists("blog_listing") and length(blog_listing) > 0 %}
-
{{ loop.index1 }} | -{{ entry.content_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 %} - |