<%= form_for @changeset, Routes.group_path(@conn, :create), fn form -> %>
<%= text_input form, :title %>
<%= submit "Create Group" %>
<% end %>