aboutsummaryrefslogtreecommitdiff
path: root/wwwroot
diff options
context:
space:
mode:
Diffstat (limited to 'wwwroot')
-rw-r--r--wwwroot/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/wwwroot/index.html b/wwwroot/index.html
index 002ea72..b0a9fbf 100644
--- a/wwwroot/index.html
+++ b/wwwroot/index.html
@@ -3,6 +3,9 @@
<b>blabla</b>
Test fn....: <b>{{ test_fn }}</b><br>
Test RetFN.: <b>{{ test_return_true }}</b><br>
-Blog Render: <b>{{ blah }}</b><br>
+## for entry in blog_listing
+ {{ loop.index1 }}: {{ entry.content_filename }} -> {{ entry.published }}<br>
+ <b>{{ entry }}</b><br>
+## endfor
</p>
</body></html>