mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
14 lines
303 B
HTML
14 lines
303 B
HTML
{{ $title := .Get "title" }}
|
|
{{ $icon := .Get "icon" }}
|
|
{{ $open := .Get "open" }}
|
|
{{ $large := .Get "large" }}
|
|
{{ $body := .InnerDeindent }}
|
|
{{ partial "components/accordion.html"
|
|
(dict "title" $title
|
|
"body" $body
|
|
"icon" $icon
|
|
"open" $open
|
|
"large" $large
|
|
)
|
|
}}
|