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