Simple macros
Before use macro
Macro goes here
In the middle of 2 macros
Macro goes here
After use macro
Dynamic macro
Macro goes here
Dynamic macro reading var (var = undefined)
Macro goes here
Dynamic macro reading var (var = 1)
Macro goes here
Dynamic macro reading var (items = [10 20 30])
Macro goes here
Macro using 1 slot
Macro using 2 slots
Macro using 2 slots but only defining 1
Dynamic macro using 1 slot (items = [10 20 30])
Using var as macro id (using copyright)
Macro goes here
Using var as macro id (using newCopyright)
Macro goes here
Macro using 2 slots and vars
Macro using 2 slots and vars (first is null)
Using define tags in macro use and macro call
Copyright 2009, Foo, Bar, and Associates Inc.
Copyright 2017, Foo, Bar, and Associates Inc.
Dynamic text: A text
Var value: The var value
- inMacroVar: Must be 'It works!'
- notInMacroVar: Must be 'It also works!'