I am working on writing a simple blog in Golang using Martini, the Martini-Contrib Renderer package, and Blackfriday.
I am able to get the post into the DB and out of the DB with no issues. I even get the Body of the post out of the DB and into my struct as html however when we render the template the output is just plain text html and not looking pretty like it should.
Code is hosted here:
http://bitbucket.org/ChasingLogic/goblog
Any help would be great.
EDIT:
You can see what it's doing here: