woom.render.render#
- woom.render.render(template, context, strict=True, nested=True)[source]#
Render this text with Jinja
Note
Rendering is performed through a recursive process until the final string does not change. This allows passing parameters that contains jinja patterns.
- Parameters:
text (str, jinja2.Template) – Input template
context (dict) – Objects used for filling
- Return type: