<%# app/views/shared/_flash.html.erb %> <% if flash[:notice] %>
<%= flash[:notice] %>
<% end %> <% if flash[:alert] %>
<%= flash[:alert] %>
<% end %>