public override string Render() { var context = new TemplateContext(_options).SetValue("products", Products); return(_fluidTemplate.Render(context)); }
public string Render(TemplateContext context) => _template.Render(context);