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

{{ article.title }}

{{ article.summary }}

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

{{ user.name }}

{{ user.about }}

{% endif %}