<%= javascript_include_tag "application.js", "data-turbo-track": "reload", defer: true %> <% if notice %>
<%= notice %>
<% end %> <% if alert %>
<%= alert %>
<% end %> <% if user_signed_in? %>

Eingeloggt als <%= current_user.email %> | <%= link_to "Profil", edit_user_registration_path %> | <%= link_to "Logout", destroy_user_session_path, method: :delete, data: { turbo: false } %>

<% end %> <%= yield %>