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

{{article.titre}}

  • Partager sur :
post-title
{{ article.content | raw }}
Ne manquez pas ça

Les dernieres news et astuces dans votre boite mail

{% if article.tags %} {# On transforme la chaine en tableau #} {% set tagList = article.tags|split(';') %}
Tags: {% for tag in tagList %} {# On vérifie que le tag n'est pas vide (au cas où il y aurait un ; à la fin) #} {% if tag|trim is not empty %} {% endif %} {% endfor %}
{% endif %} {# #} {#

About author
You should write because you love the shape of stories and sentences and the creation of different words on a page.
View all posts (125)
#} {% if article.relatedBlogArticles is not empty %} {% endif %} {# POPUP : RELATED ARTICLES #} {# TODO : IMPLEMENT IT #} {# #} {#
Comments

Vestibulum euismod, leo eget varius gravida, eros enim interdum urna, non rutrum enim ante quis metus. Duis porta ornare nulla ut bibendum

Rosie

6 minutes ago

Sed ac lorem felis. Ut in odio lorem. Quisque magna dui, maximus ut commodo sed, vestibulum ac nibh. Aenean a tortor in sem tempus auctor

Agatha Christie

December 4, 2026 at 3:12 pm

Sed ac lorem felis. Ut in odio lorem. Quisque magna dui, maximus ut commodo sed, vestibulum ac nibh. Aenean a tortor in sem tempus auctor

Steven

December 4, 2026 at 3:12 pm

Donec in ullamcorper quam. Aenean vel nibh eu magna gravida fermentum. Praesent eget nisi pulvinar, sollicitudin eros vitae, tristique odio.

Danielle Steel

December 4, 2026 at 3:12 pm

#} {#
Leave a Reply
#}
{# Categories list #}
> {% endblock %}