{{ $ga := site.Params.marketing.analytics.google_analytics | default "" }} {{ $show_feedback := .Params.feedback | default true }} {{ if hugo.IsProduction | and $ga | and $show_feedback }}
{{ i18n "feedback_widget_question" | default "Was this page helpful?" }}
{{ (site.Params.features.feedback.responses.positive | default "🙏") | markdownify | safeHTML }}
{{ (site.Params.features.feedback.responses.negative | default "🙏") | markdownify | safeHTML }}