{{ if eq .Site.Params.feedback.emoticonTpl true -}} {{ $emoticons := slice "very_satisfied" "satisfied" "dissatisfied" "very_dissatisfied" }}
{{ .Site.Params.feedback.positiveFormTitle | default "What did you like?" }}
{{ range $index, $value := .Site.Params.feedback.positiveForm }} {{ $rating := (index . 0) }} {{ $description := (index . 1) }}{{ .Site.Params.feedback.negativeFormTitle | default "What went wrong?" }}
{{ range $index, $value := .Site.Params.feedback.negativeForm }} {{ $rating := (index . 0) }} {{ $description := (index . 1) }}