doc theme
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<div class="panel {{with .Get "theme" }}panel-{{.}}{{else}}panel-primary{{end}}">
|
||||
{{ with .Get "header" }}<div class="panel-heading">{{ htmlUnescape . | markdownify}}</div>{{end}}
|
||||
<div class="panel-body">{{.Inner}}</div>
|
||||
{{ with .Get "footer" }}<div class="panel-footer">{{ htmlUnescape . | markdownify}}</div>{{end}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user