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