mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
f0de64c0fc
git-svn-id: svn://hamptoncatlin.com/haml/trunk@658 7063305b-7217-0410-af8c-cdc13e5119b9
9 lines
No EOL
226 B
Text
9 lines
No EOL
226 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 => 'haml/templates/av_partial_2' |