{% if metaTitle is defined %}{{metaTitle}}{% else %}{% block title %}{% trans from 'meta'
%}meta.default.title{% endtrans %}{% endblock %}{% endif %}
{% if urlMobile != '' %}
{% endif %}
{{ encore_entry_link_tags("#{assets_prefix ?? ''}main") }}
{% block favicon %}
{% endblock %}
{% block stylesheets %}
{% endblock %}
{% set currentPath = app.request.attributes.get('_route')%}
{% if matomoUrl is defined and matomoUrl is not null and matomoUrl != '' %}
{% include '@Mobicoop/matomo.html.twig' %}
{% endif %}
{% include '@Mobicoop/browserUpdate.html.twig' %}
{% if googleAnalyticsId is defined and googleAnalyticsId is not null and googleAnalyticsId != '' %}
{% include '@Mobicoop/googleAnalytics.html.twig' %}
{% endif %}
{% if currentPath == 'home' %}
{% if googleAnalyticsHome is defined and googleAnalyticsHome is not null and googleAnalyticsHome != '' %}
{% include '@Mobicoop/googleAnalyticsHome.html.twig' %}
{% endif %}
{% endif %}
{% if currentPath == 'carpool_first_ad_post' %}
{% if googleAnalyticsFirstAd is defined and googleAnalyticsFirstAd is not null and googleAnalyticsFirstAd != '' %}
{% include '@Mobicoop/googleAnalyticsFirstAd.html.twig' %}
{% endif %}
{% endif %}
{% endblock %}