{{ $svg := .icon }} {{ $class := print $svg "-icon" }} {{ $match := "(.*)" }} {{ $replaceWith := printf `${2}` $class }} {{ replaceRE $match $replaceWith (printf "/static/%s" $svg | readFile) | safeHTML }}