template.html 261 Bytes
<script type="text/javascript">
    seajs.use(['jquery/1.8.3/jquery-debug', 'yohobuy-mobile/1.0.0/public/js/template-debug'], function($, tpl) {
        $("#container").removeClass('hide');

        if (tpl) {
            tpl.init();
        }
    });
</script>