{{- /* Usage: `callout "type"`, where `type` is one of info (default), danger, or warning */ -}} {{- $css_class := .Get 0 | default "info" -}} {{- $format := (index (complement .Page.AlternativeOutputFormats .Page.OutputFormats) 0).Name -}} {{- if eq $format "markdown" -}} {{ .Inner }} {{- else -}}