Template

This service can be used to render templates from your html files and also from mandrill templates

Register the service into your main.go file:

registry.ServiceProviderTemplate()
1

Access the service:

service.DI().Template()
1