<%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%= javascript_importmap_tags %>
  • <%= link_to "Home", root_path %>
  • <% if user_signed_in? %>
  • <%= link_to "Edit account", edit_user_registration_path %>
  • <%= button_to "Log out", destroy_user_session_path, method: :delete %>
  • <% end %>
    <% if notice %>
    <%= notice %>
    <% end %> <% if alert %>
    <%= alert %>
    <% end %> <%= yield %>