Are you including the script in your layout.html or other page?

I like to put a <script> tag in the <head> section of my layout.html:
<script src={{=URL('static','js/cart.js')}} type="text/javascript"></script>


Reply via email to