4 lines
191 B
HTML
4 lines
191 B
HTML
<a{{ with .Get "class" }} class="{{ . }}"{{ end }} href="{{ .Get "link" }}"{{ with .Get "target" }} target="{{ . }}"{{ end }}{{ with .Get "rel" }} rel="{{ . }}"{{ end }}>
|
|
{{- .Inner -}}
|
|
</a>
|