How can I add the @ symbol to a razor view without it trying to rendor it? The reason I ask is that in my footer I have some latest tweets and it shows the twitter username in the format @username but MVC is trying to parse it as code and throws a compilation error because @username does not exist in the current context (obviously).
Any help would be great