I would like to understand how should I include the following HTML syntax in a Twig template (custom theme):
< ! - - [if lt IE 9]> < script type=“text/javascript” src=“js/customFoo.js” > < / script > < ! [endif] - - >
I would like to understand how should I include the following HTML syntax in a Twig template (custom theme):
< ! - - [if lt IE 9]> < script type=“text/javascript” src=“js/customFoo.js” > < / script > < ! [endif] - - >
many ways to add assets
in base.html.twig
for example
or with assets plugin