mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
13 lines
298 B
Text
13 lines
298 B
Text
![]() |
<h2>This is a pretty complicated partial</h2>
|
||
|
<div class="partial">
|
||
|
<p>It has several nested partials,</p>
|
||
|
<ul>
|
||
|
<% 5.times do %>
|
||
|
<li>
|
||
|
<strong>Partial:</strong>
|
||
|
<% @nesting = 5 %>
|
||
|
<%= render :partial => 'haml/rhtml/av_partial_2' %>
|
||
|
<% end %>
|
||
|
</ul>
|
||
|
</div>
|