{% for author in site.data.authors %}
{% if author.author == page.author %}
{% endif %}
{% endfor %}
{{ page.title }}
{{ content }}
--- page_id: articles --- {% include head.html %}