A Transmitly template engine that enables rendering templates with the Fluid template engine.
To use the Fluid template engine, first install the NuGet package:
dotnet add package Transmitly.TemplateEngine.FluidThen add the template engine using AddFluidTemplateEngine():
using Transmitly;
...
var communicationClient = new CommunicationsClientBuilder()
.AddFluidTemplateEngine();- Check out the Transmitly project for more details on what a template engine is and how it can be used to improve how you manage your customer communications.
Copyright © Code Impressions, LLC. This open-source project is sponsored and maintained by Code Impressions and is licensed under the Apache License, Version 2.0.