= form_with model: contest do |form| .row .col.g-3 .form-floating.mt-5 = form.text_field :name, autocomplete: "off", class: "form-control" = form.label :name, class: "required" div.mt-3 = form.submit