<%= page_title_tag %> <%= csrf_meta_tags %> <%= csp_meta_tag %> <% if Current.user %> <% end %> <%= yield :head %> <%= stylesheet_link_tag :app, "data-turbo-track": "reload" %> <%= javascript_importmap_tags %> <% if notice = flash[:notice] || flash[:alert] %>
"> <% if flash[:alert] %> <%= image_tag "alert.svg", aria: { hidden: true }, size: 24, class: "colorize--white" %> <% else %> <%= image_tag "check.svg", aria: { hidden: true }, size: 24, class: "colorize--white" %> <% end %>
<%= notice %>
<% end %>
<%= yield %>