<%= yield %>
<% else %>
<%= yield :sidebar %>
<% if column_class == "three" %>
<%= yield %>
<%= yield %>
<% end %>
<% end %>