{% for post in site.posts %}

<article>
        <h1>{{ post.title }}</h1>
        {{ post.content }}
</article>

{% endfor %}