{% from "components/directive_callout.html" import directive_callout %} {% call directive_callout(title=title, variant="neutral", kind="related", extra_class=(extra_class | default(''))) %} {% slot content %} {% if body %} {{ body }} {% else %} {% end %} {% end %} {% end %}