3 lines
142 B
Text
3 lines
142 B
Text
|
<% content_for :title, "title" -%>
|
||
|
<% content_for :column do -%>column<% end -%>
|
||
|
<% render :layout => 'layouts/column' do -%>content<% end -%>
|