--- layout: default ---

{{site.title}}

{{site.description}}

{% for post in site.posts limit:3 %}

{{post.title}}

{{ post.content | truncate:500 }}

View details »

{% endfor %}