1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/haml/templates/partial_layout_erb.erb
Takashi Kokubun bdcc4185bc Give up to pass all haml tests
Haml::Helpers... 😢
2015-10-24 20:32:27 +09:00

4 lines
134 B
Text

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