%= csrf_meta_tags %> <%= 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) %> <%# Includes all stylesheet files in app/assets/stylesheets %> <%= stylesheet_link_tag :app, "data-turbo-track": "reload" %> <%= javascript_importmap_tags %>
<% if identified? %>Identified as <%= current_user.name %> (<%= current_user.email %>) <%= button_to "Log out", logout_path, method: :delete %>