<% @page_title = "Create a new collection" %> <% content_for :header do %> <%= render "filters/menu" %> <% end %>
<%= form_with model: @collection, class: "flex flex-column gap txt-large", data: { controller: "form" } do |form| %>

Create a new collection

<%= link_to "Cancel and go back", root_path, data: { form_target: "cancel", turbo_frame: "_top" }, hidden: true %> <% end %>