# File lib/liquid/tags/for.rb, line 55 def nodelist if @else_block @for_block + @else_block else @for_block end end