Skip to content

Instantly share code, notes, and snippets.

@collinlee
collinlee / gist:6038760
Created July 19, 2013 12:23
JST compilation
define(function(){
this["JST"] = this["JST"] || {};
this["JST"]["../web/bundles/compose/js/templates/index.html"] = function(obj) {obj || (obj = {});var __t, __p = '', __e = _.escape;with (obj) {__p += '<section id="main">\n <div id="options">\n <div id="accounts">\n </div>\n </div>\n <div id="compose">\n </div>\n</section>\n<section id="footer">\n</section>';}return __p};
return this["JST"];
});