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