{% if article is defined %} {% set card_title = article.title|default('')|trim %}
{% if category %} {{ category }} {% else %} {% if not is_author_profile %}

by

{% endif %} {{ article.displayDateTime|date('F j Y') }} {% endif %}
{% if category %}{{ category }}{% endif %} {{ ('Illustration for ' ~ (card_title != '' ? card_title : (article.slug|default('')|replace({'-': ' '})|title)))|e('html_attr') }}

{% if card_title != '' %}{{ card_title }}{% else %}{{ article.slug|default('')|replace({'-': ' '})|title }}{% endif %}

{% if article.summary %}

{{ article.summary }}

{% endif %}
{% endif %}