<turbo-frame id="tab_content">
{% include 'network/profile/sections/network/profile_section_network_network.html.twig' %}
{% include 'network/profile/sections/network/profile_section_network_team.html.twig' %}
{% include 'network/profile/sections/network/profile_section_network_organisations.html.twig' %}
<turbo-stream action="replace" target="tab_navigation">
<template>
{% include 'network/profile/components/tab_navigation_component.html.twig' with {
profile: profile,
highlightedTab: app.request.pathInfo
} %}
</template>
</turbo-stream>
</turbo-frame>