{% if not isAdmin %} Connect {% else %} Déconnection {% endif %}

Actualités

{% if dVue.data is defined %} {% for article in dVue.data %}

{{article.dateStr()}}
{{ article.getTitle() }} {{ article.getDescription() }}

{% endfor %} {% else %}

Pas d'articles à afficher

{% endif %}