Back to Istio Io

Multi Block

layouts/shortcodes/multi_block.html

latest230 B
Original Source

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

{{ with .Get "icon" }} {{ partial "icon.html" . }} {{ end }}

{{- $header -}}

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

{{ .Inner | markdownify }}

{{ end }}