{% for import in site.imports %}{% endfor %} {% assign article = site.data.article %} {% assign sections = site.sections | sort:"order" %} {% assign figures = site.figures | sort:"order" %} {% if article.doi %}{% endif %}
{% capture title %}# {{ article.title }}{% endcapture %} {{ title | markdownify }} {% if article.date %} {% 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 %}