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

{{ object.title }}

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

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