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/rhtml/_av_partial_2.rhtml

9 lines
252 B
Text
Raw Normal View History

<% @nesting -= 1 %>
<div class="partial" level="<%= @nesting %>">
<h3>This is a crazy deep-nested partial.</h3>
<p>Nesting level <%= @nesting %></p>
<% if @nesting > 0 %>
<%= render :partial => 'haml/rhtml/av_partial_2' %>
<% end %>
</div>