{{- $footnotes := slice -}} {{- with .Params.footnotes -}} {{- $footnotes = . -}} {{- else -}} {{- with .Params.study.footnotes -}} {{- $footnotes = . -}} {{- end -}} {{- end -}} {{- if gt (len $footnotes) 0 -}} {{- range $footnotes -}} {{- with .symbol -}} {{ . | safeHTML }} {{- end -}} {{- with .note -}} {{ . }} {{- end -}} {{- end -}} {{- end -}} Footer.
Footer.