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
I am not sure if this is a feature request or if it is already possible with this library.
I would like to reference another (sub)template in my main template to achieve reusable snippets for multiple templates.
I have something like this in mind:
A docx (fullname.docx) with the content:
{firstname} {lastname}
In another document I would like to use this docx in the templating.
The syntax in the main template could look something like this:
The fullname is {template: fullname.docx}
The text was updated successfully, but these errors were encountered:
I am not sure if this is a feature request or if it is already possible with this library.
I would like to reference another (sub)template in my main template to achieve reusable snippets for multiple templates.
I have something like this in mind:
A docx (fullname.docx) with the content:
{firstname} {lastname}
In another document I would like to use this docx in the templating.
The syntax in the main template could look something like this:
The fullname is {template: fullname.docx}
The text was updated successfully, but these errors were encountered: