{{- /* Represents text which is marked or highlighted for reference or notation purposes due to the marked passage's relevance in the enclosing context. @param {string} (positional parameter 0) Marked text. @returns {template.HTML} @examples Several species of {{< mark "salamander" >}} inhabit the temperate rainforest of the Pacific Northwest. */ -}} {{- if (.Get 0) -}} {{- $text := (.Get 0) -}} {{ ($text) }} {{- else -}} {{ (partial "alerts/no_params" .) }} {{- end -}}