I'm using Meteor with handlebars right now and I've tried breaking the script tags up with
<script> <{{!}}/script>.
There are no errors and when viewing my source, I see the script tags there but none of the scripts are actually working. What can I do to fix this?