Skip to content

Conditionals

Mind Pixel edited this page Mar 22, 2019 · 1 revision

Conditionals

if

{if condition}
  ...
{/if}

elseif

{if:elseif}

else

{if:else}
Clone this wiki locally