Skip to content
pfaciana edited this page Sep 25, 2019 · 1 revision

{if},{elseif},{else}

{if $foo != 'bar'}
    bar
{elseif $foo == 'abc'}
    buh
{else}
    smth else
{/if}

Clone this wiki locally