6 lines
165 B
HTML
6 lines
165 B
HTML
$some[[<p>$one and then $two</p> ]]
|
|
|
|
$if{ true, target = 'World' }[[ Hello $target! ]], [[ Hi $target! ]]
|
|
|
|
$each{ { thing = "bye" }, { thing = "hello" } }[[$thing]]
|