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

Title of a longer featured blog post

Multiple lines of text that form the lede, informing new readers quickly and efficiently about what’s most interesting in this post’s contents.

Continue reading...

{% for post in posts %}
World

{{ post.title }}

{{ post.publishedAt | date('d/m/Y') }}

{{ post.content }}

{{ post.comments | length }} commentaire(s)

Lire la suite
PlaceholderThumbnail
{% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('testReact') }} {% endblock %}