{{- $commentsMarkup := strings.TrimSpace (partial "asides/comments.html" .) -}} {{- $keywordsMarkup := strings.TrimSpace (partial "asides/keywords.html" .) -}} {{- if or (ne $commentsMarkup "") (ne $keywordsMarkup "") -}}
{{- with $commentsMarkup -}} {{- . | safeHTML -}} {{- end -}} {{- with $keywordsMarkup -}} {{- . | safeHTML -}} {{- end -}}
{{- end -}}