{% set authors_data = load_data(path="authors.json") -%} {% for author in post.authors -%}
{{ authors_data[author].display_name }}