<%= csrf_meta_tag %>
<% if notice %> <%= content_tag :div, notice, :id => "flash_notice" %> <% end %> <% if alert %> <%= content_tag :div, alert, :id => "flash_alert" %> <% end %> <%= content_tag :h1, yield(:title) if show_title? %> <%= yield %>