mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
9 lines
207 B
HTML
9 lines
207 B
HTML
{{ if ne .Params.notoc true }}
|
|
{{ if gt (len .TableOfContents) 32 }}
|
|
<div>
|
|
<div class="text-lg pb-2">{{ T "tableOfContents" }}</div>
|
|
{{ .TableOfContents }}
|
|
</div>
|
|
{{ end }}
|
|
{{ end }}
|