{% extends 'baseblog.html' %} {% load reviews %} {% block meta %} {% endblock meta %} {% block list_of_items %}
{% if post.author.name != "Empty user" %} {{ post.author.name }} {% endif %} {{ post.created_on }}