{namespace Exmaple} /** * Example */ {template .foo} {@param count: string} {@param? name: int} {if isNonnull($name)}

{$name}

{/if}
{switch count} {case 0} {call Empty.view} {param count: $count /} {/call} {default}

Wow, so many!

{/switch}
{/template}