This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 20:18:05 -07:00
parent ce26dd35be
commit d495203aab
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
$list3{ limit = 2 }[[<section><h3>$title</h3></section>]] $list3{ limit = 2 }[[<section><h3>$title</h3></section>]]
<hr /> <hr />
$list3{ limit = 2 } $each{list3{ limit = 2 }, "post"}[[$post]]
$render{"templates/wares"} $render{"templates/wares"}

View File

@ -143,7 +143,7 @@ list3 = (args={}, has_block) =>
else else
common.fill_ignoring_pre template, vals common.fill_ignoring_pre template, vals
unless has_block then return table.concat result unless has_block then return result
-- use in templates -- use in templates
-- $list2{[[<p>$title</p>]], limit = 2} -- $list2{[[<p>$title</p>]], limit = 2}