woom.render.render

Contents

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:
Return type:

str