{foreach item=root from=$roots}
  • {$root.name}
      {foreach item=category from=$root.categories}
    • {$category.name}
    • {/foreach}
  • {/foreach}