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