Files
kontor/go/templates/office/index.html
T
2025-04-30 17:31:18 +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 }}