# File lib/mustache/settings.rb, line 141
  def self.template
    @template ||= templateify(File.read(template_file))
  end