The email templates used by are generated using Microsoft’s Razor markup syntax. Razor supports HTML, Razor markup and the C# programming language, and uses the @ symbol to transition from HTML to C# or Razor Markup. When the @ symbol is reached it will look to identify a Razor-specific markup, if it doesn’t then it will assume it's C#.