{% extends "xblog/blog_base.html" %} {% block maincontent %}

{{ object.title }}

{% if object.owner.author.avatar %}{% endif %} {{ object.owner.author.fullname }}

{{ object.posts.count }} posts. {% endblock %}