34 lines
549 B
HTML
34 lines
549 B
HTML
{
|
|
date: "Thu May 08 2025 19:41:30.000000000"
|
|
}
|
|
|
|
$map{{'one', 'Spades', 3}, {'two', 'Hearts', 4}}[[$1 and $2 or $3]]
|
|
|
|
<hr />
|
|
|
|
$one{some_var = "paris"}
|
|
|
|
$two{limit = "here"}[[the limit is $limit]]
|
|
|
|
$three{$some_list}[[say $say]]
|
|
|
|
$map{$four{limit = 2}}
|
|
|
|
<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>
|