= _('Hauptnavigation') ?>
= $this->render_partial('sitemap/navigation', ['navigation' => $navigation, 'needs_image' => true, 'style' => 'bold'])
?>
= _('Zusatznavigation') ?>
= $this->render_partial('sitemap/navigation', ['navigation' => $quicklinks, 'needs_image' => false, 'style' => 'bold'])
?>
= _('Fußzeile') ?>
= $this->render_partial('sitemap/navigation', ['navigation' => $footer, 'needs_image' => false, 'style' => 'bold'])
?>