mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
7 lines
187 B
HTML
7 lines
187 B
HTML
|
{{ $icon := resources.Get (print "icons/" . ".svg") }}
|
||
|
{{ if $icon }}
|
||
|
<span class="relative inline-block align-text-bottom icon">
|
||
|
{{ $icon.Content | safeHTML }}
|
||
|
</span>
|
||
|
{{ end }}
|