<% IO.inspect(get_flash(@conn, :error)) %> <%= form_tag Routes.login_path(@conn, :login_post), method: :post do %>
<%= submit "Log In" %>
<% end %>