You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: