{{/* Block card to highlight content info * Example : * partial "components/highlight-info-card" (dict * "icon" "my-icon-name" * "title" "My title" * "text" "My text?" * "moreInfo" "More info text") */}}
{{/* prettier-ignore-start */}} {{ with .icon }}{{ partial "svg/inline-svg-use" (printf "%s%s" "icon-" . ) }}{{ end }} {{ with .title }}

{{- . | markdownify | chomp -}}

{{ end }} {{ with .text }}

{{- . | printf "%s\n\n

" | markdownify | replaceRE "\n*

\n*$" "" | safeHTML -}}

{{ end }} {{ with .moreInfo }}

? {{- . | markdownify -}}

{{ end }} {{/* prettier-ignore-end */}}