class Mustache

def self.template_path=(path)

def self.template_path=(path)
  @template_path = File.expand_path(path)
  @template = nil
end