{{/* Admonitions. One template per kind, because a call renders through a template of its own name — the markup is the theme's and the engine supplies only the name, the arguments and the rendered body (ADR-0064). `.Body` is already HTML. A theme with no template for a kind renders nothing, and the engine writes the body out unwrapped rather than losing it. */}} {{define "note"}}{{end}} {{define "warn"}}{{end}} {{define "tip"}}{{end}}