I use GitHub Pages for my blog, and am running into a problem with Jekyll. My post.html has a block like this:
{% for testpost in site.posts %} {%
How about
{{ page.content | escape | strip_newlines }}