public Dictionary<string, string> EmptyPlaceIds { get; set; }<b>{{CountryName}}...
{{#each dict}}
<div>{{@key}}=>{{@value}}</div>
{{/each}}{{dict.[wellknown key]}}var args = new {dict = new Dictionary<string,string>()};
var compiledTemplate = Handlebars.Compile(template);
string templateOutput = compiledTemplate(args);