nojs
Strips JS from being loaded within the tag
Example
[%nojs%]
<script type="text/javascript">
document.write('print me')
</script>
[%/nojs%]
Usage
If you need to strip javascript being loaded or run in a template, apply these tags around any content.