mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 08:06:34 +01:00
12 lines
179 B
HTML
12 lines
179 B
HTML
{{ define "main" }}
|
|
|
|
{{ partial "menu.html" . }}
|
|
|
|
{{- partial "menu-contextual.html" . -}}
|
|
|
|
<main>
|
|
{{- .Content -}}
|
|
</main>
|
|
|
|
{{ end }}
|