{{ article.title }}

{{ article.body }}

{{ article.createdAt.toISOString()|date('M d, Y h:m a') }} {% if (article.user) %}   -   Author: {{ article.user.name || article.user.username }} {% endif %} {% if (article.tags) %}   -   Tags: {% for tag in article.tags.split(',') %}   {{ tag }}    {% endfor %} {% endif %}