{{page.title}}
{{page.content | markdownify}}
Recent post
{% for post in site.posts offset:0 limit:6 %}
{% if post.title %}
{{ post.title }}
{% endif %}
{% endfor %}