Dashboard does not escape HTML in exception message

Our job threw a RazorEngine.Templating.TemplateCompilationException. This exception includes the HTML template it tried to compile, eg:

`The template we tried to compile is:
------------- START -----------

`

This is included unescaped in the dashboard HTML; ie. injected into the page.

Let me know if you need more information.