<% [:error, :warning, :notice].each do |sym| %> <% if flash[sym] %>

<%= flash[sym] %>

<% end %> <% end %> <%= yield %>