plexus.utils.text_template module

plexus.utils.text_template.render_text_template(template_text: str, context: Mapping[str, Any], *, undefined: type | None = None, trim_blocks: bool = False, lstrip_blocks: bool = False) str