mirror of
https://github.com/docker/docs.git
synced 2026-04-05 02:38:52 +07:00
9 lines
199 B
HTML
9 lines
199 B
HTML
{{ $cols := strings.Split .InnerDeindent "<!-- break -->" }}
|
|
<div class="md:flex gap-8">
|
|
{{ range $cols }}
|
|
<div class="flex-1">
|
|
{{ markdownify . }}
|
|
</div>
|
|
{{ end }}
|
|
</div>
|