{template="pageHeader" group="global" app="core" params="\IPS\Member::loggedIn()->language()->addToStack('forums')"} {{if \IPS\Member::loggedIn()->member_id}} {{endif}}
    {{foreach \IPS\forums\Forum::roots() as $category}} {{if $category->can('view') && $category->hasChildren()}}
  1. {{if theme.forum_layout === 'grid'}}
    {{foreach $category->children() as $forum}} {template="forumGridItem" group="index" app="forums" params="$forum"} {{endforeach}}
    {{else}}
      {{foreach $category->children() as $forum}} {template="forumRow" group="index" app="forums" params="$forum"} {{endforeach}}
    {{endif}}
  2. {{endif}} {{endforeach}}