mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
4 lines
132 B
HTML
4 lines
132 B
HTML
{{ $color := .Get "color" }}
|
|
{{ $text := .Get "text" }}
|
|
{{ partial "components/badge.html" (dict "color" $color "content" $text) }}
|