The #define
directive lets one assign a block of VTL to a reference.
The example below will display Hello World!
.
#define( $block )Hello $who#end
#set( $who = 'World!' )
$block
The #define
directive lets one assign a block of VTL to a reference.
The example below will display Hello World!
.
#define( $block )Hello $who#end
#set( $who = 'World!' )
$block