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

Open in your IDE?
  1. {# {% do section_navigation_add({ name: 'timeline', anchor: 'timeline' }) %} #}
  2. <turbo-frame id="tab_content">
  3. <div class="grid gap-12 sm:grid-cols-12">
  4.   
  5.         {% include "network/profile/sections/timeline/profile_section_timeline_timeline.html.twig" %}
  6.       {% include "network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig" %}
  7.  
  8.   
  9.         <turbo-stream action="replace" target="tab_navigation">
  10. <template>
  11.         {% include "network/profile/components/tab_navigation_component.html.twig" with {
  12.           profile: profile,
  13.           highlightedTab: app.request.pathInfo
  14.         } %}
  15. </template>
  16. </turbo-stream>
  17. </turbo-frame>