10 lines
169 B
HTML
10 lines
169 B
HTML
|
{{template "layout.html" .}}
|
||
|
|
||
|
{{define "title"}}{{ title .Name }}{{end}}
|
||
|
|
||
|
{{define "content"}}
|
||
|
<h1>{{ title .Name }}</h1>
|
||
|
<p>landmass</p>
|
||
|
|
||
|
<p>{{ json . }}</p>
|
||
|
{{- end }}
|