%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
<%- # :alert used by devise -%>
<% [:error, :alert].each do |key| %>
<% if flash[key] %>
<% end %>
<% end %>
<% if flash[:notice] %>
<% end %>
<%= yield %>