mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-05 00:45:50 +08:00
7 lines
124 B
Cheetah
7 lines
124 B
Cheetah
{{ define "title" -}}
|
|
<title>Home - {{.siteName}}</title>
|
|
{{- end }}
|
|
{{ define "content" -}}
|
|
<h1>Do it!</h1>
|
|
{{- end }}
|