8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
{{ define "body" }}
|
|
{{ template "header" . }}
|
|
no actual details about {{ .Name }}
|
|
{{ template "footer" }}
|
|
{{ end }}
|
|
|
|
{{ define "title" }} This is {{ . }}'s detail {{ end }}
|