{foreach $navigationJson as $naventry}
  • {if $naventry.onclick} {$naventry.title} {elseif $naventry.link} {$naventry.title} {/if}
  • {/foreach}