{% include javascript/global %} {% if global.module == 'home' %} {% include javascript/homepage %} {% elsif global.module == 'product' %} {% if global.view == 'home' %} {% include javascript/product_list %} {% elsif global.view == 'detail' %} {% include javascript/product-detail %} {% endif %} {% elsif global.module == 'cart' %} {% include javascript/cart %} {% endif %}