{% load placeholder_tags %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %} {% if post.featured_image %} {{ post.title }} {% endif %}

{{ post.date_created }}

{% include "blogit/includes/categories.html" with categories=post.categories %} {% include "blogit/includes/tags.html" with tags=post.get_tags %} {% render_placeholder post.content %} {% include "blogit/includes/author.html" with author=post.author %}