dnote/pkg/server/views/partials/page_toolbar.gohtml
2022-04-17 10:47:43 +10:00

5 lines
149 B
Text

{{define "pageToolbar"}}
<div class="partial--page-toolbar{{if .class}} {{.class}}{{end}}">
{{template "pageToolbarContent" .data}}
</div>
{{end}}