web.myco.systems/web-myco/themes/blowfish/layouts/partials/icon.html
2023-09-02 03:10:14 +00:00

6 lines
162 B
HTML

{{ $icon := resources.Get (print "icons/" . ".svg") }}
{{ if $icon }}
<span class="relative block icon">
{{ $icon.Content | safeHTML }}
</span>
{{ end }}