{% include 'meta.tmpl' %}
{% include 'header.tmpl' %}
{% for post in posts %}
{{ post.date }}
{{ post.title }}
{% if post.type == 'short' %}
{{ post.content | safe }}
{% endif %}
{% endfor %}
{% include 'footer.tmpl' %}