<%%= form_for @changeset, @action, [class: "ui large form"], fn f -> %>
<%= for input <- Mix.Legendary.inputs(schema) do %> <%= input %> <% end %>
<%%= styled_button "Save" %>
<%% end %>