Use <script type="text/ejs">?
<script type="<%= js_mime %>"> <div><%= something %>
then it won't be escaped presumably as js, but it will become js when it is run through the other templating system. sentiental have you tried that approach?
<script type="<%= js_mime %>"> <div><%= something %>
then it won't be escaped presumably as js, but it will become js when it is run through the other templating system. sentiental have you tried that approach?