Skip to content

Instantly share code, notes, and snippets.

@tbranyen
Created December 1, 2010 19:56
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 tbranyen/724107 to your computer and use it in GitHub Desktop.
Save tbranyen/724107 to your computer and use it in GitHub Desktop.
handler shell
(function(window) {
window.renderTemplate = function() {
var template, context;
// AJAX implementation block
// Container node to render template into and paths to template and context
return function(node, paths) {
};
// Fetch template and context block
// Render block
}();
})(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment