X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/397444675d7156acd6495223a3b15175d6853589..96c7a635e540d675ca06d004cfe77e71b74471c7:/templates/index.html diff --git a/templates/index.html b/templates/index.html index e741c68..3e37304 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,31 +1,36 @@ - + + + - blog 🍕 + + + Blog at Unlimited Pizza 🍕 - + + -
+
Blog
- {{#posts}} -
- {{{html}}} + {{~ it.posts: post}} +
+ {{= post.html}}

- {{/posts}} - {{^posts}} + {{~}} + {{? it.posts.length === 0}}

This is a fresh blog!

There are no posts yet.

- {{/posts}} + {{?}}