Back to Docker

Badge

layouts/_shortcodes/badge.html

18.09-release131 B
Original Source

{{ $color := .Get "color" }} {{ $text := .Get "text" }} {{ partial "components/badge.html" (dict "color" $color "content" $text) }}