{{ warnf `shortcode 'card-code' is deprecated: use shortcode 'card' with named parameter 'code=true' instead.` -}} {{ $lang := default "" ($.Get "lang") -}} {{ $highlight := default "" ($.Get "highlight") -}}
{{ with $.Get "header" -}}
{{ . | markdownify -}}
{{ end -}}
{{ with $.Inner -}} {{ highlight . $lang $highlight -}} {{ end -}}