{% for post in site.posts %}

{{ post.title }}

{{ post.date | date_to_string }}

{% include tags.html %}

{{ post.excerpt }}

{% endfor %}