templates/network/profile/sections/timeline/profile_section_timeline_timeline.html.twig line 1

Open in your IDE?
  1. <section class="xl:col-span-7 col-span-full" id="timeline">
  2.   <turbo-frame id="frame-timeline"
  3.     src="{{
  4.     path(
  5.       'timeline_universal_frame',
  6.       { _locale: app.request.locale, id: profile.id, highlightedPost: highlightedPost }
  7.     )
  8.     }}"
  9.     {{ live_event_subscriber('timeline-posts-' ~ profile.id) }}>
  10.     {% include 'network/profile/timeline/card_skeleton.html.twig' %}
  11.   </turbo-frame>
  12. </section>