{% extends "blogit/author/base.html" %} {% load cms_tags %} {% block content %}

{{ author.get_full_name }}

{% if author.picture %}

{{ author.get_full_name }}

{% endif %} {% render_placeholder author.bio %} {% if author.links.all %}
{% endif %} {% with posts=author.get_posts %} {% if posts %}

Post's by {{ author.get_first_name }}

{% endif %} {% endwith %}
{% endblock %}