<script id="my-template" type ="text/template">
<div>test</div>
<%=console.log("ENFIN")%>
</script>
私が私のテンプレートと呼ぶもの:
var myView = new ProfileView({model: myProfile});
myView.render();
コンソール ログのみが表示され、テストは表示されません。
何か案は?
どうもありがとうございました