User Guide
Developer Guide
API Reference
escape_content()
maybe_await()
credits
Escapes given input to avoid tampering with engine/block behavior.
The escaped content.
str
Await the given function if it is awaitable or call it synchronously.
The result of the awaitable function.
Any