render-link.html 216 B

123
  1. <a class="link" href="{{ .Destination | safeURL }}" {{ with .Title}} title="{{ . }}"
  2. {{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"
  3. {{ end }}>{{ .Text | safeHTML }}</a>