index
:
cpp-web.git
C++ web blog software, made for my special needs.
log msg
author
committer
range
blog.impl.cc
master
about
summary
refs
log
tree
commit
diff
path:
root
/
wwwroot
/
index.html
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'wwwroot/index.html')
-rw-r--r--
wwwroot/index.html
3
1 files changed, 3 insertions, 0 deletions
diff --git a/wwwroot/index.html b/wwwroot/index.html
index b0a9fbf..8d3bbd4 100644
--- a/
wwwroot/index.html
+++ b/
wwwroot/index.html
@@ -3,9 +3,12 @@
<b>blabla</b>
Test fn....: <b>{{ test_fn }}</b><br>
Test RetFN.: <b>{{ test_return_true }}</b><br>
+{% if exists("blog_listing") and length(blog_listing) > 0 %}
## for entry in blog_listing
{{ loop.index1 }}: {{ entry.content_filename }} -> {{ entry.published }}<br>
<b>{{ entry }}</b><br>
+ {{ indent(entry.content, 8, false, false) }}<br>
## endfor
+{% endif %}
</p>
</body></html>