<% caseadilla_config_stylesheet_includes.each do |stylesheet| %> <%= stylesheet_link_tag(stylesheet) %> <% end %> <% caseadilla_config_javascript_includes.each do |javascript| %> <%= javascript_include_tag(javascript) %> <% end %> <% # This allows the user the option of creating a partial to load extra content in the document %> <%= render :partial => '/caseadilla/layouts/meta_include' if lookup_context.exists?('caseadilla/layouts/_meta_include') %> <%= csrf_meta_tag %>
<% if content_for?(:sidebar) %>
<% else %>
<% end %> <% if flash[:warning] %> <% end %> <% if flash[:notice] %> <% end %> <% if content_for?(:help) %> <% end %> <%= yield %>