{{- $cdn := .Site.Store.Get "cdn" | default dict -}} {{- $fingerprint := .Site.Store.Get "fingerprint" -}} {{- $comment := .Store.Get "comment" | default dict -}} {{- $commentConfig := dict "enable" false -}} {{- if $comment.enable -}} {{- $commentConfig = dict "enable" true "expired" (.Store.Get "commentExpired" | default false) -}}