{% macro article_author(article) %}
{% for author in article.authors %} {% if author|string in AUTHORS %} {{ author }} - {{ AUTHORS.get(author|string).blurb }}
{% endif %} {% endfor %}
{% endmacro %}