unioffice
unioffice copied to clipboard
Support with Pongo2 or Jinja2 templating feature
Description
Add support to pongo2 or jinja2 templating. You create a docx base template and replace the document with pongo2 or jinja2 language over docx base template.
Expected Behavior
func PongoConvert(path_docx_base_template_docx string, map[string]interface) (string, error){ return docx_replaced_with_pongo, nil }