Template holds a single instance of a template and TemplateManager is used for executing templates. Easiest way of creating Templates is by using static methods of Template or TemplateManager: Template template = Template.FromString(string name, string data) Template template = Template.FromFile(stri...