7 lines
No EOL
349 B
HTML
7 lines
No EOL
349 B
HTML
{{define "content_href"}}
|
|
<a class="{{if eq .IsButton true}} btn btn-{{.TypeClass}}{{end}} {{if eq .IsDisabled true}}disabled{{end}}"
|
|
{{if .Target}} target="{{.Target}}"{{end}}
|
|
href="{{.Link}}" {{if eq .IsButton true}}role="button"{{end}} {{if eq .IsDisabled true}}aria-disabled="true"{{end}}>
|
|
{{.Text}}
|
|
</a>
|
|
{{end}} |