%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %> <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%= javascript_importmap_tags %> <%= hotwire_livereload_tags if Rails.env.development? %> <%= turbo_refreshes_with method: :morph, scroll: :preserve %> <%= yield :head %>
<%= safe_join(flash.map { |type, message| notification(message, type: type) }) %><%= t('.new_account') %>
<% end %> <% Accountable.types.each do |type| %> <%= render 'accounts/account_list', type: Accountable.from_type(type) %> <% end %>