{% load i18n %}

{% if forloop.counter %} {{ post.title }} {% else %} {{ post.title }} {% endif %}

{% if perms.vellum.change_post %} Edit {% endif %}
{% include 'vellum/includes/post_content.html' %}