Isset in partial

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}}