footer.phtml 236 Bytes
{{> layout/page_footer}}
<script src="http://172.16.6.248:8000/static/js/sea.js?nowrap"></script>
<script>
    seajs.config({
        base: 'http://172.16.6.248:8000'
    });
    seajs.use('js/{{modulePath}}');
</script>
</body>
</html>