mirror of https://github.com/docker/docs.git
18 lines
400 B
HTML
18 lines
400 B
HTML
{{ define "left" }}
|
|
{{ partial "sidebar.html" . }}
|
|
{{ end }}
|
|
|
|
{{ define "main" }}
|
|
{{ partial "breadcrumbs.html" . }}
|
|
<article class="DocSearch-content prose max-w-none dark:prose-invert">
|
|
{{ with .Title }}
|
|
<h1 id="{{ anchorize . }}" class="scroll-mt-36">{{ . }}</h1>
|
|
{{ end }}
|
|
{{ .Content }}
|
|
</article>
|
|
{{ end }}
|
|
|
|
{{ define "right" }}
|
|
{{ partial "aside.html" . }}
|
|
{{ end }}
|