Files
micromdm/ui/includes/home.tmpl
Victor Vrantchan c71958384e build a simple web framework. (#691)
Added the basics for HTML templates, serving assets and so on.
2020-07-17 12:41:33 -04:00

7 lines
124 B
Cheetah

{{ define "title" -}}
<title>Home - {{.siteName}}</title>
{{- end }}
{{ define "content" -}}
<h1>Do it!</h1>
{{- end }}