# File lib/cgikit/template_store.rb, line 17
  def template_string=( string )
    @template_string = string
    @template_mtime = Time.now
  end