mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
9 lines
322 B
HTML
9 lines
322 B
HTML
{{ $content := . }}
|
|
<a {{ if .link }}href="{{ .link }}"{{end}} style="{{ if .link }}color: #55bc8a;{{end}}" class="{{ if .bold }}title-bold{{end}}">
|
|
{{ if .level }}
|
|
<h{{ .level }} style="{{ if .color }}color:{{.color}};{{end}}">{{ .text }}</h{{ .level }}>
|
|
{{ else }}
|
|
{{ .text }}
|
|
{{ end }}
|
|
</a>
|