# File lib/mustache/settings.rb, line 161
  def template=(template)
    @template = templateify(template)
  end