# File lib/yamler/template.rb, line 23
    def initialize(path, options = {})
      self.path = File.expand_path(path)
      self.options = options
    end