{% if article is defined %} <{{ tag }} {{ attributes }}>
{% if category %}{{ category }}{% endif %} {% if article.image %} {% endif %}
{{ article.createdAt|date('F j') }}

{{ article.title }}

{{ article.summary }}

{% endif %} {% if user is defined %} <{{ tag }} {{ attributes }}>

{{ user.name }}

{{ user.about }}

{% endif %}