mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
d5fd0b2f11
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
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 }}
|