# File lib/mustache.rb, line 138
  def self.template_extension
    @template_extension ||= inheritable_config_for :template_extension, 'mustache'
  end