We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{if $condition} {/if}
{if $condition} ... {else} .. {/if}
{if $condition} ... {elseif $condition} ... {elseif $condition} ... {else} .. {/if}
{while $condition} .... {/while}