X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/5e265f9d81bcce30949e88850892ea5dacec7386..d92ac8ccf6516011bc40bff2b17ef0d0d766f9de:/templates/index.html?ds=inline
diff --git a/templates/index.html b/templates/index.html
index e741c68..0c45ce2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -16,16 +16,16 @@
Blog
- {{#posts}}
-
- {{{html}}}
+ {{~ it.posts: post}}
+
+ {{= post.html}}
- {{/posts}}
- {{^posts}}
+ {{~}}
+ {{? it.posts}}
This is a fresh blog!
There are no posts yet.
- {{/posts}}
+ {{?}}