I found a solution in another thread. Working code:
{{ if .link }}
<a href="{{ .link }}" target="_blank"><img class="w-full" src="{{ .logo }}" /></a>
{{else}}
<img class="w-full" src="{{ .logo }}" />
{{end}}
I found a solution in another thread. Working code:
{{ if .link }}
<a href="{{ .link }}" target="_blank"><img class="w-full" src="{{ .logo }}" /></a>
{{else}}
<img class="w-full" src="{{ .logo }}" />
{{end}}