# File lib/liquid/template.rb, line 25
      def initialize
        @tags  = {}
        @cache = {}
      end