class Mustache

def self.template_path

corresponding template. By default it's the current directory (".")
The template path informs your Mustache subclass where to look for its
def self.template_path
  @template_path ||= '.'
end