# File lib/xtemplate.rb, line 62
    def <<(template)
      @node.add_child(template.node)
      self
    end