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_1.haml
2012-04-27 22:39:47 -03:00

9 lines
No EOL
221 B
Text

%h2 This is a pretty complicated partial
.partial
%p It has several nested partials,
%ul
- 5.times do
%li
%strong Partial:
- @nesting = 5
= render :partial => 'templates/av_partial_2'