{% extends 'styleguide2/includes/organisms/header/simple_header_with_ui_switch.html' %} {% load people_filters %} {% block classes %} bg-black flex items-center w-full pt-28 pb-8 mb-20 xl:pt-48 xl:pb-10 {% endblock %} {% block description %} {% endblock %} {% block switch %} {% for content_item in content %} {% if content_item.block_type == "octopus_group" or content_item.block_type == "people_group" or content_item.block_type == "team_group" %} {{ content_item.value.title }} {% endif %} {% endfor %} {% endblock %}