{% capture title %}# {{ article.title }}{% endcapture %} {{ title | markdownify }} {% if article.date %} {{ article.date | date: '%B %-d, %Y' }} {% endif %} {% for author in article.authors %} {% include author.html %} {% endfor %} {% for section in sections %} {% if section.container == 'header' %} {% include section.html %} {% endif %} {% endfor %} {% for section in sections %} {% unless section.container %} {% include section.html %} {% endunless %} {% endfor %}