mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:32:55 +00:00
5 lines
130 B
HTML
5 lines
130 B
HTML
<div class="notices {{ .Get 0 }}">
|
|
{{ $type := .Get 0}}
|
|
<p>{{ i18n $type }}</p>
|
|
<div>{{ .Inner | markdownify }}</div>
|
|
</div> |