Back to Docker

Card

layouts/_partials/components/card.html

18.09-release317 B
Original Source

{{ if .link }} [ {{ end }} {{ with .image }} {{ end }} {{ with .icon }} {{ if (in . ".svg") }} {{ partial "utils/svg" . }} {{ else if (in . "/") }} {{ else }} {{ partial "icon" . }} {{ end }} {{ end }}

{{ markdownify .title }}

{{ .description | markdownify }}

{{ if .link }} ]({{%20.link%20}}) {{ end }}