Example UsageA variable in velocity looks like this: $foo To set a variable:
#set ($message = "Hello")
A basic if statement: #if ($message == "Hello") Message received and is "Hello" #end
Related Content
|
Basic Introduction to Velocity
Example UsageA variable in velocity looks like this: $foo To set a variable:
#set ($message = "Hello")
A basic if statement: #if ($message == "Hello") Message received and is "Hello" #end
Related Content
|
Add Comment