{# {% do section_navigation_add({ name: 'timeline', anchor: 'timeline' }) %} #}
<turbo-frame id="tab_content">
<div class="grid gap-12 sm:grid-cols-12">
{% include "network/profile/sections/timeline/profile_section_timeline_timeline.html.twig" %}
{% include "network/profile/sections/timeline/profile_section_timeline_sidebar.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>