{% extends 'base.html.twig' %} {% block title %}Article index{% endblock %} {% block body %}

Article index

{% for article in articles %} {% else %} {% endfor %}
Id Title PublicationDate Content actions
{{ article.id }} {{ article.title }} {{ article.publicationDate ? article.publicationDate|date('Y-m-d H:i:s') : '' }} {{ article.content }} show edit
no records found
Create new {% endblock %}