{% if author %}

{{ author.get_full_name }}

{% if author.picture %}

{{ author.get_full_name }}

{% endif %} {% if author.description %}

{{ author.description }}

{% endif %} {% if author.author_links.all %} {% endif %}
{% endif %}