class Temple::Generator

def on_static(text)

def on_static(text)
  concat(options[:freeze_static] ? "#{text.inspect}.freeze" : text.inspect)
end