{{ if .HonkCSRF }}
{{ template "honkform.html" . }}
{{ end }}
{{ if and .HonkCSRF (not .IsPreview) }}
{{ $BonkCSRF := .HonkCSRF }}
{{ $IsPreview := .IsPreview }}
{{ $MapLink := .MapLink }}
{{ range .Honks }}
{{ template "honk.html" map "Honk" . "MapLink" $MapLink "BonkCSRF" $BonkCSRF "IsPreview" $IsPreview }}
{{ end }}