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>
14 lines
299 B
HTML
14 lines
299 B
HTML
{{ define "left" }}
|
|
{{- partial "sidebar.html" . }}
|
|
{{ end }}
|
|
|
|
{{ define "main" }}
|
|
<article class="prose max-w-none dark:prose-invert">
|
|
{{ partial "breadcrumbs.html" . }}
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
<hr>
|
|
{{ partial "post-links.html" .Pages }}
|
|
</article>
|
|
{{ end }}
|