<%= image_tag 'alchemy/alchemy-logo.svg', id: 'logo' %> <%= alchemy_form_for :user, url: {action: 'create'}, id: 'login' do |f| %> <%= f.input Devise.authentication_keys.first, autofocus: true %> <%= f.input :password %>
<% end %>
<%- content_for :javascripts do -%> <%- end -%>