{{ if .Get "id" }} {{ $id := .Get "id" }} {{ with .Get "class" }}
{{ else }}
{{ end }} {{ $id = printf "#%s" $id }} {{ with .Get "date" }} {{ $date := . }} {{ with $.Page.Scratch.Get "countdownMap" }} {{ $.Page.Scratch.Set "countdownMap" (dict $id $date | merge .) }} {{ else }} {{ $.Page.Scratch.Set "countdownMap" (dict $id $date) }} {{ end }} {{ end }} {{ end }}