{% extends "base.html.twig" %} {% block title %}Home{% endblock %} {% block body %} {% if realisation.imageFilename2 %} {% endif %} {% if realisation.imageFilename3 %} {% endif %} {% if realisation.imageFilename2 is empty and realisation.imageFilename3 is empty %} {% else %} {% endif %} {{ realisation.title }} {{ realisation.client.name }} {{ realisation.domaine.name }} {% if realisation.technique is not null %} {{ realisation.technique.name }} {% endif %} {{ realisation.description|raw }} {% endblock %}
{{ realisation.description|raw }}