template.html 222 Bytes
<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>