class Mustache

def self.template_file

use as its template. By default it's ./class_name.html
The template file is the absolute path of the file Mustache will
def self.template_file
  @template_file || "#{path}/#{underscore}.#{template_extension}"
end