Soy (Closure Template) mode {namespace example} /** * Says hello to the world. */ {template .helloWorld} {@param name: string} Hello {$name}! {/template} {template .alertHelloWorld kind="js"} alert('Hello World'); {/template} A mode for Closure Templates (Soy). MIME type defined: text/x-soy.