is it possible to use square brackets in a template now that they are used as the delimiters for data fields?
For example, we need to have the text
[PRIVATE]
in a document, where PRIVATE is not a data field -- it's just text.
In some cases, we need to have a data field inside square brackets, like this:
[Job Number: [Job_Number]]
In that example, Job_Number is a data field, but the outer brackets are just text.
Is this possible? I'm getting errors from Dycodoc about missing field definitions.