mirror of
https://github.com/docker/docs.git
synced 2026-04-05 02:38:52 +07:00
10 lines
232 B
HTML
10 lines
232 B
HTML
{{ define "main" }}
|
|
{{ partial "breadcrumbs.html" . }}
|
|
<article class="prose max-w-none dark:prose-invert">
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
<hr>
|
|
{{ partial "post-links.html" .Pages }}
|
|
</article>
|
|
{{ end }}
|