<%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%= javascript_importmap_tags %>
<%= link_to "Dictionary", dictionary_index_path %> <% if user_signed_in? %>
|
<%= link_to "Languages", languages_path %> <% end %>
<% if user_signed_in? %>

Welcome <%= current_user.username %>

|
<%= link_to "Sign Out", destroy_user_session_path, data: { turbo_method: :delete } %> <% else %> <%= link_to "Sign In", new_user_session_path %>
|
<%= link_to "Register", new_user_registration_path %> <% end %>

<%= notice %>

<%= alert %>

<%= yield %>