mirror of
https://github.com/dnote/dnote
synced 2026-03-15 06:55:49 +01:00
5 lines
149 B
Text
5 lines
149 B
Text
{{define "pageToolbar"}}
|
|
<div class="partial--page-toolbar{{if .class}} {{.class}}{{end}}">
|
|
{{template "pageToolbarContent" .data}}
|
|
</div>
|
|
{{end}}
|