<% if content_for?(:sidebar) %>
<% else %>
<% end %>
<% if flash[:warning] %>
<%= flash[:warning] %>
<% end %>
<% if flash[:notice] %>
<%= flash[:notice] %>
<% end %>
<% if content_for?(:help) %>
<%= yield :help %>
<% end %>
<%= yield %>