{% if guide.page.authors %} {% assign authors = guide.page.authors %} {% else %} {% assign authors = 'GitHub' | split: ' ' %} {% endif %} {% assign authorsString = authors | join: ", @" %}
{{ guide.intro }}