{% if article is defined %}
{% if not is_author_profile %} {% set pubkey = article.pubkey %} {% set user = authors_metadata[pubkey] ?? null %}

by

{% endif %} {{ article.createdAt|date('F j Y') }}
{% set link = path('article-slug', {slug: article.slug|url_encode }) %} {% if cat and mag %} {% set link = path('magazine-category-article', {slug: article.slug|url_encode, cat: cat, mag: mag}) %} {% endif %}
{% if article.image %} Cover image for {{ article.title }} {% endif %}

{{ article.title }}

{% if article.summary %}

{{ article.summary }}

{% endif %}
{% endif %}