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