Skip to content

Instantly share code, notes, and snippets.

@brianjmiller
Created August 23, 2013 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianjmiller/6321261 to your computer and use it in GitHub Desktop.
Save brianjmiller/6321261 to your computer and use it in GitHub Desktop.
Sample Handlebars pre-compiled template
this["JST"]["activity/denied.html"] = Handlebars.template(function (Handlebars,depth0,helpers,partials,data) {
this.compilerInfo = [2,'>= 1.0.0-rc.3'];
helpers = helpers || Handlebars.helpers; data = data || {};
return "<h2>Activity Access Denied</h2>\n";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment