{% include 'meta.tmpl' %} {% include 'header.tmpl' %}
{% for post in posts %}

{{ post.title }}

{% if post.type == 'short' and post.content %}
{{ post.content | safe }}
{% endif %}
{% endfor %}
{% include 'footer.tmpl' %}