%= csrf_meta_tags %>
<% if flash[:notice] %>
Notice
<%= flash[:notice] %>
<% end %> <% if flash[:alert] %>
Alert
<%= flash[:alert] %>
<% end %> <%= yield %>