Closed spikebrehm closed 12 years ago
This pull allows you to change the client-side template namespace from HandlebarsTemplates to JST or anything else.
HandlebarsTemplates
JST
HandlebarsAssets::Config.template_namespace = 'JST'
Hi @spikebrehm,
Thanks! Pulling this in and cutting a gem.
Awesome thanks! Glad I could contribute.
This pull allows you to change the client-side template namespace from
HandlebarsTemplates
toJST
or anything else.