unioffice icon indicating copy to clipboard operation
unioffice copied to clipboard

Support with Pongo2 or Jinja2 templating feature

Open srPuebla opened this issue 6 months ago • 1 comments

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

srPuebla avatar Jul 31 '24 11:07 srPuebla