11 lines
181 B
HTML
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 }}
|