tracks/vendor/rails/actionpack/test/fixtures/test/nested_layout.erb
2011-02-04 17:11:33 +01:00

3 lines
No EOL
142 B
Text

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