<!--[if IE 8]><script src="{{ asset('node_modules/es5-shim/es5-shim.js') }}"></script><script src="{{ asset('node_modules/es5-shim/es5-sham.js') }}"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/ie8/0.8.1/ie8.js"></script><![endif]--><!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script><![endif]-->{% if app.environment == 'prod' and cookie_bot_token is defined and cookie_bot_token is not empty %}{% include 'includes/common/js-rgpd-cookie-bot.html.twig' %}{% endif %}{% if app.environment == 'prod' and tarte_au_citron_token is defined and tarte_au_citron_token is empty and hotjar_tracking_code is defined and hotjar_tracking_code is not empty %}{% include 'includes/common/js-hotjar.html.twig' %}{% endif %}{% if app.environment == 'prod' and google_analytics_meta_verification is defined and google_analytics_meta_verification is not empty %}{% include 'includes/common/ga-meta-verification.html.twig' %}{% endif %}{% if app.environment == 'prod' and tarte_au_citron_token is defined and tarte_au_citron_token is empty and google_analytics_tracking_code is defined and google_analytics_tracking_code is not empty %}{% include 'includes/common/ga-tracking.html.twig' %}{% endif %}