Files
mywildcloud-org/themes/blowfish/layouts/partials/icon.html
2025-06-09 16:52:15 -07:00

7 lines
162 B
HTML

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