mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
8 lines
135 B
HTML
8 lines
135 B
HTML
{{ define "left" }}
|
|
{{ partial "sidebar.html" . }}
|
|
{{ end }}
|
|
|
|
{{ define "main" }}
|
|
{{ partial "content-default.html" . }}
|
|
{{ end }}
|