This commit is contained in:
2025-05-21 17:33:27 -07:00
parent d3b85c3285
commit 6b48db52f7
2 changed files with 14 additions and 6 deletions

View File

@@ -6,6 +6,11 @@ $render{"templates/wares"}
<h2>Posts</h2>
$({{hi = "there"}})[[$hi]]
$(test1({limit = 2}))[[<p>inline template $title</p>]]
$each{test2({limit = 2}), "post"}[[$post]]
$(list_posts1({limit = 2}))[[<p>$title</p>]]
$each{list_posts2({limit = 2}), "post"}[[$post]]