Soy (Closure Template) mode

AخA
 
1
 {namespace example} /** * Says hello to the world. */ {template .helloWorld} {@param name: string} {@param? score: number} Hello
2
            <b>{$name}</b>!
3
            <div> {if $score}
4
                <em>{$score} points</em> {else} no score {/if} </div> {/template} {template .alertHelloWorld kind="js"} alert('Hello World'); {/template} 

A mode for Closure Templates (Soy).

MIME type defined: text/x-soy.