4 lines
243 B
HTML
4 lines
243 B
HTML
{{ $target := partial "paige/target.html" (dict "page" .Page "url" .Destination) }}
|
|
|
|
<a {{ with .Destination }} href="{{ . }}" {{ end }} {{ with $target }} target="{{ . }}" {{ end }} {{ with .Title }} title="{{ . }}" {{ end }}>{{ .Text }}</a>
|