A template is a text file used as input by Template Engine. The template may contain static text that is output “as is”, i.e. it will not be processed by Template Engine. The template may also contain Template Engine Language (TEL) syntax that is parsed and processed by Template Engine. See Template Engine language reference for information about the TEL syntax.
##My first template#set( $name = 'World')Hello $name Hello World
OpenText StreamServe 5.6 | Updated: 2013-03-01 |