# File lib/liquid/tags/for.rb, line 63 def unknown_tag(tag, markup, tokens) return super unless tag == 'else'.freeze @nodelist = @else_block = [] end