tfcconnection/themes/bl/layouts/partials/icon.html
2025-05-19 14:08:56 -05:00

7 lines
162 B
HTML

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