<%= page_title_tag %> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= current_user_meta_tags %> <%= tag.meta name: "vapid-public-key", content: Rails.configuration.x.vapid.public_key %> <%= tag.meta name: "turbo-prefetch", content: "true" %> <%= tag.link rel: "manifest", href: webmanifest_path(format: :json) %> <%= tag.link rel: "icon", href: fresh_account_logo_path, type: "image/png" %> <%= tag.link rel: "apple-touch-icon", href: fresh_account_logo_path %> <%= stylesheet_link_tag :all, "data-turbo-track": "reload" %> <%= custom_styles_tag %> <%= javascript_importmap_tags %> <%= yield :head %> Skip to main content <% if notice = flash[:notice] || flash[:alert] %>
"> <% if flash[:alert] %> <%= image_tag "alert.svg", aria: { hidden: true }, size: 24, class: "colorize--white" %> <% else %> <%= image_tag "check.svg", aria: { hidden: true }, size: 24, class: "colorize--white" %> <% end %>
<%= notice %>
<% end %>
<%= yield %>
<%= render "layouts/lightbox" %>