21 lines
412 B
HTML
21 lines
412 B
HTML
{{- partial "topbar/button/edit.html" (dict
|
|
"page" .
|
|
)}}
|
|
{{- partial "topbar/button/source.html" (dict
|
|
"page" .
|
|
)}}
|
|
{{- partial "topbar/button/markdown.html" (dict
|
|
"page" .
|
|
)}}
|
|
{{- partial "topbar/button/print.html" (dict
|
|
"page" .
|
|
)}}
|
|
{{- partial "topbar/button/prev.html" (dict
|
|
"page" .
|
|
)}}
|
|
{{- partial "topbar/button/next.html" (dict
|
|
"page" .
|
|
)}}
|
|
{{- partial "topbar/button/more.html" (dict
|
|
"page" .
|
|
)}} |