# include author image if there is an author image {% if author.image %} {% endif %}

{{author.name}}   # include link to author's twitter if they have provided a twitter account {% if author.twitter %} Twitter {% endif %}

{{ author.bio }}