3.12
@@DefineSection/@@EndSection
Use the @@DefineSection/@@EndSection pair of statements to define a section declared by a @@BeginSection.
Note: @@DefineSection/@@EndSection pairs must always contain an @@Include/@@End pair to tell the document processor what material to place within the section.
Syntax:
@@DefineSection(<name>)
Parameters:
<name>
The section name. Must be identical to the corresponding @@BeginSection <name> value.
Example
@@DefineSection('Terms')
@@Include
This content is included in the section.
@@End
@@EndSection