{% extends 'base.html.twig' %} {% block title %}Saint News{% endblock %} {% block main %}

Articles Saint-LEMAN

{% for article in articles %}

{{article.getTitle()}}

{{article.getContent()}}

{{ article.getCategory().getTitle()}}

PubliƩ le : {{article.getCreatedAt()|date("d/m/y")}}

{% endfor %}
{%endblock main%} {% block javascripts %} {% endblock %}