congo/layouts/partials/icon.html

7 lines
187 B
HTML
Raw Normal View History

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