mirror of
https://github.com/plcnk/charts.git
synced 2026-04-05 09:10:41 +00:00
6 lines
174 B
Go Template
6 lines
174 B
Go Template
{{- define "custom.chart.icon" -}}
|
|
{{- with "$ICON" -}}
|
|
<img src="{{ . }}" align="right" width="92" alt="{{ template "chart.name" $ }} logo">
|
|
{{- end -}}
|
|
{{- end -}}
|