Back to Cvat

Cookie Consent

site/layouts/partials/cookie-consent.html

2.64.0703 B
Original Source

{{/* Cookie Consent Banner */}} {{/* Only show if GA tracking ID is configured */}} {{/* Styles are imported via _styles_project.scss */}} {{ $gaTrackingId := getenv "GOOGLE_TAG_ID" | default site.Config.Services.GoogleAnalytics.ID -}} {{ if $gaTrackingId -}}

We use Google Analytics cookies to improve functionality and analyze traffic. You can change your preference at any time using the "Cookie Settings" link in the footer.

AcceptReject

{{/* Pass GA tracking ID to JavaScript */}} {{/* Load cookie consent JavaScript only in production */}} {{ $jsCookieConsent := resources.Get "js/cookie-consent.js" -}} {{ $jsCookieConsent = $jsCookieConsent | minify | fingerprint -}} {{ end -}}