4 lines
130 B
HTML
4 lines
130 B
HTML
{{ .Scratch.Set "body_class" .Params.body_class }}
|
|
{{ partial "header.html" . }}
|
|
{{ .Content }}
|
|
{{ partial "footer.html" . }}
|