<% if I18n.default_locale == :ca %> <% else %> <% end %> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%= javascript_importmap_tags %> <% if current_user && @searches %>
<% end %>
<% if flash[:notice] %>
<%= flash[:notice] %>.
<% end %> <% if flash[:alert] %>
<%= flash[:alert] %>.
<% end %> <%= yield %>