aboutsummaryrefslogtreecommitdiff
path: root/wwwroot/index.html
blob: b0a9fbfa9b04343d17eddb716d15ba124f23b1af (plain)
1
2
3
4
5
6
7
8
9
10
11
<html><body>
<p>
<b>blabla</b>
Test fn....: <b>{{ test_fn }}</b><br>
Test RetFN.: <b>{{ test_return_true }}</b><br>
## for entry in blog_listing
    {{ loop.index1 }}: {{ entry.content_filename }} -> {{ entry.published }}<br>
        <b>{{ entry }}</b><br>
## endfor
</p>
</body></html>