{% extends 'sites/template-' ~ site.template.id ~ '/base.html.twig' %} {% block title %}{{site.name}} - {{site.blog.seoTitle}}{% endblock %} {% block description %}{{site.blog.seoDescription}}{% endblock %} {% block blogActive %}active{% endblock %} {% block body %} {% if site.home.mainPicture is defined and site.home.mainPicture is not null %}
{% else %}
{% endif %}

{{ site.blog.seoTitle }}


{{ post.creationDate | date('d/m') }}
{{ post.creationDate | date('Y') }}
{{ post.title }} {% set siteName = site.internalName|param(app.request.server.get('REQUEST_URI')) %} Retour


{% if post.image is defined and post.image is not null %} {% endif %}

{{ post.content | raw | nl2br }}

{% endblock %}