<% [:err, :ok, :notice ].each do |name| %> <% if ( msg = flash[name] ) || ( msg = params[name] ) %>
<%= escape( msg ) %>
<% end %> <% end %>