= hi5.template = hi5.template is a JavaScript templating library that helps separate JavaScript data, logic and HTML. It's based on XML templates with string substitution, and features custom tag support which is based on standard DOM operations. These custom tags allow your application to deeply integrate into various integration points that the hi5 platform has provided. 1. [wiki:CustomTags#hi5.templateTags hi5.template Tags] * template * if * else-if * else * for-each * apply-template * hi5:name * hi5:profile-pic 1. [wiki:CustomTags#hi5.templateExample hi5.template Example] 1. [wiki:CustomTags#Examplecustomtag Example Custom Tags] 1. [wiki:CustomTags#hi5.templateFunctions hi5.template Functions] ---- === hi5.template Tags === *