{{ $dict := newScratch }} {{ if (eq .iconName "docs")}} {{ else }} {{ if (eq .custom true) }} {{ $dict.Set "svg" (readFile (print "static/tabler-icons/" .iconName ".svg")) }} {{ else }} {{ $dict.Set "svg" (partial (print "tabler-icons/" .iconName ".svg")) }} {{ end }} {{ end }} {{ $dict.Get "svg" | safeHTML }}