{% if post.type in ['long', 'short'] %} {{ post.title }} {% else %} {{ post.title }} {% endif %}
{% if post.type == 'short' %}
{{ post.content | safe }}
{% endif %}
{% include 'meta.tmpl' %}
{% include 'header.tmpl' %}