prefect.server.utilities.user_templates
register_user_template_filters
register_user_template_filters(filters: dict[str, Any]) -> None
validate_user_template
validate_user_template(template: str) -> None
matching_types_in_templates
matching_types_in_templates(templates: list[str], types: set[str]) -> list[str]
maybe_template
maybe_template(possible: str) -> bool
render_user_template
render_user_template(template: str, context: dict[str, Any]) -> str
render_user_template_sync
render_user_template_sync(template: str, context: dict[str, Any]) -> str
UserTemplateEnvironment
TemplateSecurityError
Was this page helpful?