<%= 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) %> <%# Includes all stylesheet files in app/assets/stylesheets %> <%= stylesheet_link_tag :app, "data-turbo-track": "reload" %> <%= javascript_importmap_tags %> <%= javascript_include_tag "application", "data-turbolinks-track" => true %>

A
cup of coffee emoji with the alien emoji face in the coffee.the alien town...



<% if current_user %> <%= button_to "Sign Out", sign_out_path, method: :delete %> <% else %> <%= button_to "Sign In", login_path %> <% end %>


<%= yield %>