Files

7 lines
187 B
HTML
Raw Permalink Normal View History

2021-11-04 18:56:42 +11:00
{{ $icon := resources.Get (print "icons/" . ".svg") }}
{{ if $icon }}
2024-05-01 15:17:15 +10:00
<span class="icon relative inline-block align-text-bottom">
2021-11-01 13:28:09 +11:00
{{ $icon.Content | safeHTML }}
2021-11-04 18:56:42 +11:00
</span>
{{ end }}