6 lines
86 B
HTML
6 lines
86 B
HTML
{{ define "main" }}
|
|
{{ $page := . }}
|
|
|
|
{{ partial "paige/page.html" $page }}
|
|
{{ end }}
|