{{- /* This template applies an ID to an SVG from the Simple Icons set to be used with `` element. */ -}} {{- $match := "\\s*(.*)\\s*" }} {{- $name := default .id .name }} {{- $icon := resources.Get (printf "svg/simple-icons/%s.svg" .id) }} {{- $replaceWith := printf `${2}` $name }} {{- replaceRE $match $replaceWith $icon.Content | safeHTML }}