<%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %> <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%= javascript_importmap_tags %> <%= hotwire_livereload_tags if Rails.env.development? %> <%= turbo_refreshes_with method: :morph, scroll: :preserve %> <%= yield :head %>
<%= render_flash_notifications %>
<%= family_notifications_stream %> <%= family_stream %> <%= content_for?(:content) ? yield(:content) : yield %> <%= turbo_frame_tag "modal" %> <%= turbo_frame_tag "drawer" %> <%= render "shared/confirm_modal" %> <% if self_hosted? %> <%= render "shared/app_version" %> <% end %>