{%-if include.section_title %}
{%-else %}
{%-endif %}
{%-for auth in page.author %}
{%-assign author = site.people | where: 'handle', auth | first-%}
{%-if author.published %}
{% include author.html %}
{%-else-%}
{% include author.html excerpt=page.author_bio %}
{%-endif %}
{% unless forloop.last %}
{% endunless %}
{%-else-%}
{{ site.title }}
{%-endfor %}