{{/* Comments include entry. - If functional cookie consent is required, render a placeholder + template and load commentsConsent.ts. - Otherwise, render provider partial directly. */}} {{ if .Site.Params.comments.enabled }} {{- $needsConsent := and .Site.Params.cookies.enabled .Site.Params.cookies.categories.functional -}} {{- if $needsConsent -}} {{/* Consent-gated comments - show placeholder until functional consent */}}
{{ T "cookies.commentsDisabled" }}