<%= 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 %>

<%= yield :main_header %>

<% if notice.present? %>
<%= heroicon "check-circle", variant: :solid, options: { class: "h-5 w-5 text-yellow-400" } %>

<%= notice %>

<% end %> <% if alert.present? %>
<%= heroicon "check-circle", variant: :solid, options: { class: "h-5 w-5 text-red-400" } %>

<%= alert %>

<% end %> <%= yield %>
<%= controller_name %>