Template to render

Property definitions

popcorn $ MyTemplateHandler :: template
	# Template to render
	var template = new TemplateString("""
		<h1>Hello %USER%!</h1>
		<p>Welcome to %MYSITE%.</p>
	""")
lib/popcorn/examples/templates/example_templates.nit:25,2--29,5