{% extends "blogit/base.html" %} {% block content %} {% for post in posts %}
{{ post.description }}
{% endif %}{{ post.date_published }}
{% if post.category %}Category: {{ post.category }}
{% endif %} {% include "blogit/includes/tags.html" with tags=post.get_tags %}