haml--haml/test/templates/partial_layout_erb.erb

5 lines
134 B
Plaintext

<h1>Partial layout used with for block:</h1>
<%= render :layout => 'layout_for_partial' do -%>
Some content within a layout
<% end %>