{{- /* Creates a card for an image. @param {string} src The path to the image. @param {string} title The title text for the image. @example {{< golangci/image-card src="path/to/image.png" title="Image description" >}} */ -}} {{- $src := .Get "src" -}} {{- $title := .Get "title" -}}
{{ $title }}