mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-27 02:31:50 -04:00
7 lines
189 B
HTML
7 lines
189 B
HTML
<span class="relative inline-block align-text-bottom icon">
|
|
{{ $icon := resources.Get (print "icons/" . ".svg") }}
|
|
{{ if $icon }}
|
|
{{ $icon.Content | safeHTML }}
|
|
{{ end }}
|
|
</span>
|