doc theme

This commit is contained in:
Soam Vasani
2017-09-08 19:13:41 -07:00
parent f2a9f8a938
commit cb861e72a9
300 changed files with 38823 additions and 0 deletions
@@ -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>