$team['hero']]); if (!empty($team['team_photo']['image'])) { component('team-photo', ['photo' => $team['team_photo'], 'anchor' => 'mannschaftsfoto']); } component('team-bento', ['team' => $team, 'anchor' => 'team-info']); if (!empty($team['roster']['members']) || !empty($team['roster']['groups'])) { component('team-roster', ['roster' => $team['roster'], 'anchor' => 'kader']); } component('faq-contact', [ 'faq' => $team['faq'] ?? [], 'faqIntro' => 'Die wichtigsten Fragen rund um die ' . ($team['name'] ?? 'Mannschaft') . ', kurz beantwortet.', 'persons' => $contacts, 'contactTitle' => '', 'anchor' => 'kontakt', ]);