doc theme
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<div class="alert {{ if .IsNamedParams }}
|
||||
{{with .Get "theme" }}alert-{{.}}{{else}}alert-info{{end}}"
|
||||
{{else}}
|
||||
{{with .Get 0 }}alert-{{.}}{{else}}alert-info{{end}}"
|
||||
{{end}}
|
||||
role="alert">{{.Inner}}</div>
|
||||
Reference in New Issue
Block a user