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