class Mustache
def self.template_file
The template file is the absolute path of the file Mustache will
def self.template_file @template_file || "#{path}/#{underscore}.#{template_extension}" end
def self.template_file @template_file || "#{path}/#{underscore}.#{template_extension}" end