{% for article in dVue.data %}
{{article.dateStr()}}
{{ article.getTitle() }}
{{ article.getDescription() }}
{% endfor %} {% if not isAdmin %}
Connect
{% else %}
Déconnection
{% endif %}