{% extends "base.html.twig" %} {% block body %}

{{ article.title}}

{{ article.getCommentNb()}} {{ article.getShareNb() }}
{{ article.getAuthors().getAuthorName() }} {{ article.getCreationDate() }}

{{ article.getSummary() }}

{{ article.content }}

{% endblock body %}