<% console if Rails.env.development? %> <%= page_title %> <%= csrf_meta_tags %> <%= csp_meta_tag %> <% if content_for(:html_head) %> <%= yield :html_head %> <% end %> <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%= javascript_include_tag "application", "data-turbo-track": "reload" %>
<% if flash[:notice] %>
<%= flash[:notice] %> close
<% end %> <% if flash[:alert] %>
<%= flash[:alert] %> close
<% end %> <%= yield :layout %>