{%-if include.section_title %}

{{-include.section_title | default: " "-}}

{%-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 %}