<%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag 'application', "data-turbo-track": "reload" %> <%= javascript_importmap_tags %> class="h-full <%= @context == :admin ? "bg-red-500" : "bg-sky-900" %>">
<% flash.each do |type, data| %> <%= render NotificationComponent.new(type: type, data: data) %> <% end %>
<%= yield %>
<% if user_signed_in? && current_user.confirmed? %> <% end %>