mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
5 lines
No EOL
161 B
HTML
5 lines
No EOL
161 B
HTML
<h1>Partial layout used with for block:</h1>
|
|
<div class='partial-layout'>
|
|
<h2>This is inside a partial layout</h2>
|
|
<p>Some content within a layout</p>
|
|
</div> |