docs-v2/layouts/_default/section.html

9 lines
131 B
HTML

{{ partial "header.html" . }}
{{ partial "sidebar.html" . }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ partial "footer.html" . }}