mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
6 lines
143 B
HTML
6 lines
143 B
HTML
{{ define "article" }}
|
|
<article class="prose dark:prose-invert max-w-4xl">
|
|
{{ partial "content-default.html" . }}
|
|
</article>
|
|
{{ end }}
|