6 lines
77 B
HTML
6 lines
77 B
HTML
|
{{ partial "header.html" . }}
|
||
|
|
||
|
{{ .Content }}
|
||
|
|
||
|
{{ partial "footer.html" . }}
|