Can I log into multiple instances of discourse simultaneously?

Something odd on your site. When I visited it in lynx, I was seeing html tags. Checking the source:

      <span itemprop='description'>&lt;strong&gt;Welcome to the Army.Community discussion forums!&lt;/strong&gt;

Sure enough, ampersand-escaped html tags. It’s there in the source when I look in Firefox, too, but it doesn’t display like that in FF, because later on there is a Javascript version:

"description":"\u003cstrong\u003eWelcome to the Army.Community discussion forums!\u003c/strong\u003e ..."

I don’t know if this is a general bug or something specify about your set-up.