{{ css }}
{% include "navigation.njk" %}
{% for post in posts %}
{{ post.title }}
{{ post.dateFormatted }}
{% endfor %}
{{ javascript }} {% include "footer.njk" %}