<%% [:notice, :error, :alert].each do |level| %>
<%% unless flash[level].blank? %>
×
<%%= content_tag :p, flash[level] %>
<%% end %>
<%% end %>
<%%= yield %>