I am reading and trying to understand a Jquery template example.
This contains a reference to a template named "titleTemplate", a template which has not yet been defined:
This line defines that missing template:
$.template( "titleTemplate", "${Name} " );
It is another way of saying
In essence the example shows that you can define templates in two ways
elements$.template()