1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
445 B

<div class='donation'>
<span class="donation-icon" style="margin-right: 20px; max-width: {{- ( .Get 3 ) -}}">
{{- $fname:=print "/static/icons/" ( .Get 0 ) -}}
{{- $path:="<path" -}}
{{- $fill:="<path fill=\"#D092FC\"" -}}
{{ replace (readFile $fname) $path $fill | safeHTML }}
</span>
<a href="{{- ( .Get 2 ) -}}">
{{- ( .Get 1 ) -}}
</a>
</div>