mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
4 lines
141 B
HTML
4 lines
141 B
HTML
{{ $title := .Get "title" }}
|
|
{{ $body := .Inner }}
|
|
{{ partial "components/accordion.html" (dict "title" $title "body" $body "page" .Page) }}
|