template.html 222 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <script src="http://localhost:8000/public/js/template.js"></script> <script type="text/javascript"> seajs.use('public/js/template', function(tpl) { if (tpl) { tpl.init(); } }); </script>