{% set authors = references.resource_references(resource)['author'] %}
{% if resource.is_published %}
Published
Published on
{{ resource.props.published.strftime('%Y-%m-%d') }}
at
{{ resource.props.published.strftime('%H:%M') }}
{% if authors %}
by:
{% for author in authors %}
{{ author.title }}
{% endfor %}
{% endif %}