{% if option('google_analytics') and isHomolog() != true  %}
    <script async src='https://www.googletagmanager.com/gtag/js?id={{ option('google_analytics') }}'></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());
        gtag('config', '{{ option('google_analytics') }}');
    </script>
{% endif %}
