<% content_for(:title) { "Create your account" } %> <% turbo_page_requires_reload %> <% content_for :header do %> <% end %>
"> <%= image_tag "writebook-icon.svg", class: "product__logo center colorize--black", size: 130 %>

Writebook

<%= form_with model: @user, url: join_path(params[:join_code]), class: "flex flex-column gap" do |form| %>
<%= translation_button(:user_name) %>
<%= translation_button(:email_address) %>
<%= translation_button(:password) %>
<% end %>