Files
kontor/go/templates/office/index.html
T
2025-01-09 19:28:50 +01: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 }}