lynx/layouts/partials/icon.html
James Panther 4b3038bb49
🎨 Code cleanup
2024-05-01 15:17:15 +10:00

7 lines
187 B
HTML

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