templates/network/profile/sections/profile_section_network.html.twig line 1

Open in your IDE?
  1. <turbo-frame id="tab_content">
  2.   {% include 'network/profile/sections/network/profile_section_network_network.html.twig' %}
  3.   {% include 'network/profile/sections/network/profile_section_network_team.html.twig' %}
  4.   {% include 'network/profile/sections/network/profile_section_network_organisations.html.twig' %}
  5.   <turbo-stream action="replace" target="tab_navigation">
  6.     <template>
  7.       {% include 'network/profile/components/tab_navigation_component.html.twig' with {
  8.         profile: profile,
  9.         highlightedTab: app.request.pathInfo
  10.       } %}
  11.     </template>
  12.   </turbo-stream>
  13. </turbo-frame>