templates/post/show.frame.html.twig line 1

  1. <turbo-frame id="frame_content">
  2.     {{ include('post/includes/_post.html.twig', {post: post}) }}
  3. </turbo-frame>