<% [:notice, :success, :error, :warning, :alert].each do |type| %>
<% if flash.key?(type) %>
<div class="flash <%= type %>">
<%= flash[type] %>
</div>
<% end %>