--- layout: default ---

Liquid

Ruby library for rendering safe templates which cannot affect the security of the server they are rendered on.

{% for post in site.posts %}

{{ post.title }}

{{ post.content }} {% endfor %}