<%= csrf_meta_tags %> <%= csp_meta_tag %> <%= yield :head %> <%# Enable PWA manifest for installable apps (make sure to enable in config/routes.rb too!) %> <%#= tag.link rel: "manifest", href: pwa_manifest_path(format: :json) %> <%= vite_client_tag %> <%= vite_javascript_tag 'application' %> <%= vite_stylesheet_tag 'app_style.scss' %> class="not_prod"<% end %>> <% if Rails.env.development? %>
<% end %>
<%= render "shared/nav" %>
<%= render "shared/flash" %> <%= yield %>