Matthew Robb (2014-12-16T15:42:25.000Z)
d at domenic.me (2014-12-19T22:52:31.405Z)
Actually, it would be cool if some sugar could be done for the example I just did: ```js var template = compile` Hello ${{first_name}} `; template({ first_name: "John" }); ```