Lost in [<{Brackets}>]

Tripple curly braces are used for “filtered transclusions”.

1 Like

Triple braces - a.k.a “filtered transclusions” - is just a short form for the listwidget, purely for convenience. These are equivalent:

{{{ [tag[HelloThere]] || mytemplate }}}

…and…

<$list filter='[tag[HelloThere]]' template=mytemplate >

</$list>
3 Likes