mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
bdcc4185bc
Haml::Helpers... 😢
4 lines
134 B
Text
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 %>
|