Each model document must start with #BEGIN and it must end with END#.
Any content before the #BEGIN or after END# is copied verbatim into the result document.
Example:
#BEGIN
TEXT my_variable := "Text to demonstrate #BEGIN"
#
The value of my_variable is @(my_variable)
#
END#
Note
Do not put #BEGIN in a header or footer.