7 lines
118 B
HTML
7 lines
118 B
HTML
|
{{template "layout.html" .}}
|
||
|
|
||
|
{{define "title"}}{{ title .Name }}{{end}}
|
||
|
|
||
|
{{define "content"}}
|
||
|
{{ json . }}
|
||
|
{{- end }}
|