Wondering if someone can point out how to use CSP compatible templates with KendoNotifications.
Here is kendo's demo https://demos.telerik.com/kendo-ui/notification/templates.
I've added a content-policy without 'unsafe-eval' included. https://dojo.telerik.com/urImEZAk
Is there a way to convert these templates to be CSP compatible while keeping them in the script statement instead of having the html inside the kendoNotification initialize? The kendo documentation doesn't have many examples. https://docs.telerik.com/kendo-ui/framework/templates/get-started-csp-templates
This works, but would be nice to be able to separate the templates. https://dojo.telerik.com/urImEZAk/4
Thanks.