{{/* 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 -}}
{{/* 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 -}}