]> git.r.bdr.sh - rbdr/blog/blobdiff - templates/index.html
Update dependencies + adapt code for them
[rbdr/blog] / templates / index.html
index e741c68832702ff287069f1889fea434fd61ea87..0c45ce2fae45c44d63cfe70bc9f649748954cbd3 100644 (file)
       <a href="/">Blog</a>
     </header>
     <main>
-    {{#posts}}
-      <article id="{{id}}">
-        {{{html}}}
+    {{~ it.posts: post}}
+      <article id="{{= post.id}}">
+        {{= post.html}}
       </article>
       <hr>
-    {{/posts}}
-    {{^posts}}
+    {{~}}
+    {{? it.posts}}
       <h1>This is a fresh blog!</h1>
       <p>There are no posts yet.</p>
-    {{/posts}}
+    {{?}}
     </main>
     <footer>
       <p>Only 3 entries kept at any time. Press 1, 2, and 3 to switch. <a href="https://unlimited.pizza">unlimited.pizza</a></p>