jsbin/views/start.html
Remy Sharp 86d89d2449 Initial commit to remove dynamic content
And move to a single start.js
2015-06-06 14:46:12 +01:00

2 lines
145 B
HTML

{{#if production}}start({{{template}}}, {{{jsbin}}}, this, document);{{else}}window.template = {{{template}}};
window.jsbin = {{{jsbin}}};{{/if}}