Templates allow binding of data to markup through template tags. Templates can be applied to data and rendered into the DOM like jQuery normally operates. Template expressions include ${} for values and {{if}} and {{else}} for conditional logic. Data Link enables one and two-way data binding between client-side data and server-side .NET data in a similar way to data binding. Documentation, downloads, and demos for jQuery Templates, Data Link, and Globalization are provided.