This has invalid syntax that would normally need "poor man's escaping" like:
#include( "disclaimer.txt" "opinion.txt" )
#parse( "lecorbusier.vm" )
#evaluate( 'string with VTL #if(true)will be displayed#end' )
#define( $hello ) Hello $who #end #set( $who = "World!") $hello
#foreach( $customer in $customerList )
$foreach.count $customer.Name