{% include head.html %} {% include header.html %}
{% for post in site.posts %}

{{ post.title }}

{% if post.image %}{% endif %}

{{ post.date }}

{{ post.content }}

{% endfor %}
{% include footer.html %}