# File lib/liquid/document.rb, line 3
    def self.parse(tokens, options={})
      # we don't need markup to open this block
      super(nil, nil, tokens, options)
    end