When reading the VTL reference for Velocity 1.7 at the bottom of the doc there was a reference to Unparsed content.
Unparsed content is rendered at runtime, but is not parsed or interpreted.
Example:
#[[
This has invalid syntax that would normally need "poor man's escaping" like:
#define() ${blah
]]#
I'm simply wondering if this is supported in nVelocity but not documented.