1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/templates/partial_layout_erb.erb

4 lines
141 B
Text

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