main

mattermost/focalboard

Last updated at: 29/12/2023 09:42

render-link.html

TLDR

This file contains HTML code that renders a hyperlink with certain attributes and text.

Classes

None

<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener noreferrer"{{ end }}>{{ htmlUnescape .Text }}</a>