Back to Istio Io

Feature Block

layouts/shortcodes/feature_block.html

latest405 B
Original Source

{{ $class := .Get "class" }} {{ $header := .Get "header" }}

{{ with .Get "image"}} {{ partial "inline_image.html" . }} {{ end }} {{ if or $header .Inner }} {{ with $header }}

{{- . -}}

{{ end }} {{ if in (string .Inner) "\n\n" }} {{ .Inner | markdownify }} {{ else }}

{{ .Inner | markdownify }}

{{ end }} {{ with .Get "url" }} {{ i18n "learn_more" }} {{ end }}

{{ end }}