blob: 2279580fa87cedf922bfef0cc82aff4ff5fbb31d (
plain)
| 1
2
3
4
5
6
 | <span class="inline-svg" >
    {{- $fname:=print "icons/" ( .Get 0 ) ".svg" -}}
    {{- $path:="<path" -}}
    {{- $fill:="<path fill=\"currentColor\"" -}}
    {{ replace (readFile $fname) $path $fill | safeHTML }}
</span>
 |