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

{{ post.title }}

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

{{ post.date }}

{% endif %}

{{ post.content }}

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