TITLE
{{ REAL BRACKETS }}
{#for .baz |$f| =}
{= #for $f |$b| =}
{$b}:
{= /for =}
{= /for}
{#if .quxx == .quxx2}eql{#else}neq{/if}
{#if .quxx == .qux}eql{#else}neq{/if}
{#if @isTag(.snap, foo)}foo{/if}
{#if @isTag(.snap, bar)}bar{/if}
{#if .qux=}
qux
{=#elif .quxx=}
quxx
{=#else=}
neither
{=/if}
{#switch .snap case foo =}
foo
{= #case bar =}
bar
{= #else =}
other
{= /switch}
crackle: {#switch .crackle case foo |$foo|=}
foo:{$foo}
{= #case bar |$bar|=}
bar:{$bar}
{= #else =}
other
{= /switch}
{#if .maybe_foo |$v|}{$v}{#else}null{/if}
{#if .maybe_bar |$v|}{$v}{#else}null{/if}
{#if .maybe_foo |$_|}abcd{#else}null{/if}
{#template test_tmpl .bar}
{#template test_tmpl .}
{%context_foo}