1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/templates/_av_partial_2_ugly.haml

5 lines
189 B
Text
Raw Normal View History

- @nesting -= 1
.partial{:level => @nesting}
%h3 This is a crazy deep-nested partial.
%p== Nesting level #{@nesting}
2012-04-27 21:08:02 -04:00
= render :partial => 'templates/av_partial_2_ugly' if @nesting > 0