Finale Knowledge Base

Template variable merge

Overview

Finale uses a simple merge technology to combine templates with data in several parts of the software. The data is made available as a set of variables. Templates also can contain plain text, for example use "SIGNATURE: " to add a signature line.


Variables are inserted into the templates by delimiting them with pairs of curly brackets, for example:

Order for customer: {{customer.groupName}}


Variables can also be used to hide or show sections of the template:

{{if customer}}{{customer.groupName}}{{else}}No customer{{/if}}