instiki/vendor/rails/actionpack/test/fixtures/test/nested_layout.erb

3 lines
142 B
Text
Raw Normal View History

<% content_for :title, "title" -%>
<% content_for :column do -%>column<% end -%>
<% render :layout => 'layouts/column' do -%>content<% end -%>