lynx/layouts/partials/icon.html

7 lines
189 B
HTML
Raw Normal View History

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