{% include header.html %}
{% for post in site.posts %}
{{ post.date | date: "%m/%d/%Y" }}
{{ post.title }}
{% endfor %}
{% include footer.html %}