I have recently integrated this RazorLight package for Razor page rendering. While using I came to notice that there is a Template key that has to be defined. What actually this template key is and what it does?
var result = await engine.CompileRenderStringAsync("Template", content, model);
Here, the first argument takes a Template key. If i use a different template, then should i use the same key or different?