2 lines
297 B
HTML
2 lines
297 B
HTML
{{ $height := .Get "height" | default "22px" }}
|
|
<a href='{{ .Get "href" }}' target=_blank alt="Öffnet im neuen Fenster">{{ with .Get "img" }}<img class="icon" src="/icons/{{ . }}.svg" height="{{ $height }}">{{ end }}{{ with .Get "name" }}{{ . }}{{ end }}</a>{{ if .Get "name" }}↗{{ end }}
|