{{ post.title }} {{ post.date|datefmt('long') }} | {% for cat in post.categories %} {% if cat.name != "Post" and cat.name != "Featured Post" %} {{ cat.name }} {% endif %} {% endfor %} {% if post.authors %} Written by {% for author in post.authors %} {{ author.name }} {% endfor %} {% endif %} {% if post.featured_img %} {% endif %} {{ post.content|safe }} {% if post.prev_link %} {% trans %}Newer Posts{% endtrans %} {% endif %} {% if post.next_link %} {% trans %}Older Posts{% endtrans %} {% endif %}