<%= 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? %>
<%= render "shared/logo" %>

<%= content_for?(:header_title) ? yield(:header_title).html_safe : "Your account" %>

<% if params[:controller] == "devise/sessions" && params[:action] == "new" %>

or <%= link_to "create an account", new_user_registration_path, class: 'font-medium text-candlelight-600 hover:text-candlelight-500' %>

<% elsif params[:controller] == "devise/registrations" && params[:action] == "new" %>

or <%= link_to "sign in to your account", new_user_session_path, class: 'font-medium text-candlelight-600 hover:text-candlelight-500' %>

<% end %>
<%= yield %>

Privacy PolicyTerms of Service