<% content_for :layout_name, 'two_column, ' %> <% content_for :main do %>
"> <%= content_for?(:left_column) ? yield(:left_column) : yield %>
"> <%= yield(:right_column) if content_for?(:right_column) %>
<% if content_for?(:second_row) %>
<%= yield(:second_row) %>
<% end %> <% end %> <%= render :template => 'layouts/curate_nd' %>