{% if include.title %}

{{ include.title }}

{% endif %} {% if include.subtitle %}

{{ include.subtitle | escape }}

{% endif %}
{% if include.authors %} {% assign authors = include.authors | split: ", " %} {% else %} {% assign authors = site.authors %} {% endif %} {% for author in authors %} {% if include.authors %} {% assign item = site.authors[author] %} {% else %} {% assign item = author[1] %} {% endif %}
{% if item.avatar %} {% if item.avatar contains 'http' %} {% assign domain = '' %} {% else %} {% assign domain = site.uploads | absolute_url %} {% endif %} {{ item.name }} {% endif %}
{{ item.name }}
{% endfor %}