{% load placeholder_tags %}
{{ 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 %}