interface EjsTemplateData {
	[key: string]: string | number | boolean | object | undefined | null;
}