mirror of
https://github.com/docker/docs.git
synced 2026-03-30 07:48:52 +07:00
10 lines
192 B
HTML
10 lines
192 B
HTML
{{ partial "components/card.html"
|
|
(dict
|
|
"description" (.Get "description")
|
|
"link" (.Get "link")
|
|
"title" (.Get "title")
|
|
"icon" (.Get "icon")
|
|
"image" (.Get "image")
|
|
)
|
|
}}
|