I have a MVC3 HtmlHelper extension like this:
public static MvcHtmlString ShowInfoBar(this HtmlHelper helper, string message, InfoMessageType messageType)
Escape your squiggly brackets {{ }} in the format string
String.Format(@"", message, messageType.ToString().ToLower())