mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
8 lines
96 B
Smarty
8 lines
96 B
Smarty
{{ define "Head" }}
|
|
{{ template "head" }}
|
|
{{ end }}
|
|
|
|
{{define "Body"}}
|
|
{{ .Content }}
|
|
{{ end }}
|