{{- /* Context: a slice of {date, description} rows from data/termine.yaml. Cells may contain newlines (rendered as line breaks) and inline HTML. */ -}} {{ range . }} {{/* Note: strings.Replace takes the input FIRST, so it must not be piped into -- a pipeline would append the value as the last argument. */}} {{ end }}
{{ strings.Replace .date "\n" "
" | safeHTML }}
{{ strings.Replace .description "\n" "
" | safeHTML }}