{% if author %}

{{ author.name }}

{% if author.picture %} {{ author.name }} {% endif %} {% if author.bio %}

{{ author.bio }}

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