26 lines
416 B
HTML
26 lines
416 B
HTML
{
|
|
date: "Thu May 08 2025 19:41:30.000000000"
|
|
}
|
|
|
|
$one{some_var = "paris"}
|
|
|
|
$two{limit = "here"}[[the limit is $limit]]
|
|
|
|
<hr />
|
|
|
|
$list3{ limit = 2 }[[
|
|
<section><h3>$title</h3></section>
|
|
]]
|
|
<hr />
|
|
$each{list3{ limit = 2 }, "post"}[[$post]]
|
|
|
|
$render{"templates/wares"}
|
|
|
|
<h2>Posts</h2>
|
|
|
|
$each{list_posts({limit = 5}), "post"}[[$post]]
|
|
|
|
<h4 style="text-align: center;">
|
|
<a href="$root/posts">View more posts</a>
|
|
</h4>
|