- <%= render :partial => 'layouts/alert_and_notice' %> -
-
- <%= yield %> + <% if content_for?(:main_content_wrapper) %> + <%= yield :main_content_wrapper %> + <% else %> + <%= render :partial => 'layouts/alert_and_notice' %> +
+
+ <%= yield %> +
-
- + <% end %>