# File lib/mustache/settings.rb, line 65
  def template_extension=(template_extension)
    @template_extension = template_extension
    @template = nil
  end