<% @stylesheets.each do |stylesheet| -%> <%= stylesheet_link_tag stylesheet %> <% end -%> <% @javascripts.each do |script| -%> <%= javascript_include_tag script %> <% end -%> <% if @content_for_page_scripts -%> <% end -%> <% if @content_for_page_css -%> <% end -%>
<% if flash[:notice] -%>

<%= flash[:notice] %>

<% end -%> <% if flash[:error] -%>

<%= flash[:error] %>

<% end -%>
<%= yield %>
<% if @content_for_popups -%>
<%= yield :popups %>
<% end -%>