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>
19 lines
524 B
HTML
19 lines
524 B
HTML
{{ define "left" }}
|
|
{{ partial "sidebar.html" . }}
|
|
{{ end }}
|
|
|
|
{{ define "main" }}
|
|
<article class="prose min-w-0 flex-[2_2_0%] max-w-4xl dark:prose-invert">
|
|
{{ partial "breadcrumbs.html" . }}
|
|
<h1 data-pagefind-weight="10" class="scroll-mt-36">{{ .Title }}</h1>
|
|
{{ if eq .CurrentSection.Layout "series" }}
|
|
{{ partial "guides-stepper.html" . }}
|
|
{{ end }}
|
|
<div class="block lg:hidden">
|
|
{{ partialCached "pagemeta.html" . . }}
|
|
<hr />
|
|
</div>
|
|
{{ .Content }}
|
|
</article>
|
|
{{ end }}
|