--- layout: default --- {% assign post = site.posts.first %}

{{ post.title }}

{{ post.date | date: "%d/%m/%Y" }}

{{ post.content | markdownify }}
{% include pagination.html %}