Back to Yugabyte Db

Lead

docs/layouts/_shortcodes/lead.html

2026.1.0.0-b25438 B
Original Source

{{- $admonition_classes := "admonition callout topic" -}} {{- $is_clickable := false -}} {{- if .Params -}} {{- if .Params.link -}} {{- $admonition_classes = "admonition callout topic clickable" -}} {{- $is_clickable = true -}} {{- end -}} {{- end -}}

{{- readFile "static/icons/callout/open-book.svg" | safeHTML -}}

{{- .Inner | .Page.RenderString -}} {{- if $is_clickable -}} {{- end -}}

{{- if $is_clickable -}} {{- end -}}