{% 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 ~ ' / ' ~ post.title }}

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

{{ post.title }}

{{ post.content|raw }}
{{ post.creationDate | date('d/m/Y') }}
{% endblock %}