meta_forest.helpers module
- meta_forest.helpers.render_to_template(template_file_name, output_file_path, params)[source]
Jinja2 template renderings
- Parameters
template_file_name (str) – Path of the template file to render
output_file_path (str) – Path of the rendered file
params (dict) – Parameters to render to the template file
- Return type
None