nornir.core.helpers.jinja_helper

nornir.core.helpers.jinja_helper.render_from_file(path: str, template: str, jinja_filters: Optional[Dict[str, Any]] = None, **kwargs) → str
nornir.core.helpers.jinja_helper.render_from_string(template: str, jinja_filters: Optional[Dict[str, Any]] = None, **kwargs) → str