{% 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 %}

{{ site.blog.seoTitle }}

{{ site.blog.seoDescription }}

{{ site.blog.seoTitle }}

{% if posts|length > 0 %} {% set siteName = site.internalName|param(app.request.server.get('REQUEST_URI')) %} {% for post in posts %} {% set siteName = siteName|merge({'post':post.id}) %}
{% if post.image is defined and post.image is not null %} {% endif %}

{{ post.title }}

{{ post.introduction }}
{{ post.creationDate | date('d/m/Y') }}
Voir plus
{% endfor %} {% else %}
Aucun article n'a été publié.
{% endif %}
{% endblock %}