when I try to put some script in a twig file , and finally they do not execute, for example:
{% block myJavascript %}
<script type="text/javascript">
<!--
alert("test");
{% endblock %}
in my index.html.twig
I see it in the generate html code but it just do not execute. Anyone has some idea?