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