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

{{ object.title }}

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

{{ object.post_set.count }} posts.

{{ object.fullname }}

{{ object.user.email_address }}

{% endblock %}