mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
4443d3640a
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
8 lines
135 B
HTML
8 lines
135 B
HTML
{{ define "left" }}
|
|
{{ partial "sidebar.html" . }}
|
|
{{ end }}
|
|
|
|
{{ define "main" }}
|
|
{{ partial "content-default.html" . }}
|
|
{{ end }}
|