{{- $text := default "Speech is silver, silence is golden" (.Get "text" | default (.Get 0)) -}} {{- $cite := default "" (.Get "cite" | default (.Get 1)) -}} {{- if $cite -}} {{- print "[" $text "](" $cite ")" | markdownify -}} {{- else -}} {{- $text | markdownify -}} {{- end -}} {{- /* This comment removes trailing newlines and white spaces. */ -}}