diff options
Diffstat (limited to 'wwwroot/blog/index.html')
-rw-r--r-- | wwwroot/blog/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wwwroot/blog/index.html b/wwwroot/blog/index.html index 9198152..a4c520a 100644 --- a/wwwroot/blog/index.html +++ b/wwwroot/blog/index.html @@ -3,7 +3,7 @@ <b>blabla</b> Test fn....: <b>{{ test_fn }}</b><br> Test RetFN.: <b>{{ test_return_true }}</b><br><br><br> -{% if exists("blog_listing") and length(blog_listing) > 0 %} +{% if exists("blog_listing") %} <table> ## for entry in blog_listing <tr> |