fmontesi / jolie-mustache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jolie Mustache

include "<path_to_this_repo>/ports/Mustache.iol"

main
{
	render@Mustache( "Hello {{you}}, my name is {{me}}." {
		.you = "Maude",
		.me = "Ned"
	} )( result )

	// Hello Maude, my name is Ned.
}

'nuff said.

Powered by mustache.js.

About


Languages

Language:JavaScript 98.2%Language:Jolie 1.8%