Files
2025-04-29 12:52:55 +02:00

11 lines
181 B
HTML

<!--index.html-->
{{ define "office/index.html" }}
{{ template "header.html" .}}
{{ template "office/menu.html" . }}
<h1>Home Office</h1>
{{ template "footer.html" .}}
{{ end }}