Article API
--- --- {"articles":[{% for post in site.posts %}{% if post.type == 'article' %} { "title":"{{post.title}}", "body":"{{post.content | newline_to_br | escape | strip_newlines}}" },{% endif %}{% endfor %}false ]}