github.com/shoshinnikita/budget-manager@v0.7.1-0.20220131195411-8c46ff1c6778/templates/components/icon.html (about) 1 {{ define "components/icon" }} 2 <svg> 3 {{ $url := printf `/static/vendor/feather/feather-sprite.svg#%s` $ }} 4 <use xlink:href="{{ asStaticURL $url }}" /> 5 </svg> 6 {{ end }}