Open srPuebla opened 3 months ago
Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized, other issues go into our backlog where they are assessed and fitted into the roadmap when suitable. If you need to get this done, consider buying a license which also enables you to use it in your commercial products. More information can be found on https://unidoc.io/
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 }
Actual Behavior