<% content_for :title, t(".new_character") %>
<h2><%= t(".new_character") %></h2>
<%= render partial: "form", locals: { button_text: t(".create") } %>