{% if app.environment != 'dev' %}
{% if app.request.cookies.has('googleAnalytics') and app.request.cookies.get('googleAnalytics') == 1 %}
{% include '@frontend/common/google_tag_manager_head.html.twig' %}
{% endif %}
{% if app.request.cookies.has('facebookPixel') and app.request.cookies.get('facebookPixel') == 1 %}
{% include '@frontend/common/facebook_pixel.html.twig' %}
{% endif %}
{% endif %}