--- layout: default title: Home ---
{% for post in paginator.posts %}

{{ post.title }}

{{ post.content }} {% if post.comments %} comment {% endif %}
{% endfor %}