2008-12-02 10:05:41 +01:00
|
|
|
include_partial 'partial', :source => title
|
|
|
|
|
['html', 'rhtml', 'sel', 'rsel'].each do |format|
|
|
|
|
|
include_partial "partials/#{format}", :hello => 'world'
|
|
|
|
|
end
|
2007-03-30 12:34:56 +00:00
|
|
|
include_partial 'partials/nesting', :hello => 'world'
|