# File lib/mustache.rb, line 105
  def self.partial(name)
    File.read("#{template_path}/#{name}.#{template_extension}")
  end