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