Exemplo n.º 1
0
        public override string Render()
        {
            var context = new TemplateContext(_options).SetValue("products", Products);

            return(_fluidTemplate.Render(context));
        }
Exemplo n.º 2
0
 public string Render(TemplateContext context) => _template.Render(context);