{% extends 'sites/template-default/base.html.twig' %} {% block title %}{{ post.title }} - {{ site.name }}{% endblock %} {% block meta %} {% if post.image %} {% endif %} {% endblock %} {% block body %}
{# Breadcrumb #} {# Article Header #}
{% if post.category %}
{% endif %}

{{ post.title }}

{# Featured Image #} {% if post.image %}
{{ post.title }}
{% endif %} {# Introduction #} {% if post.introduction %}
{{ post.introduction }}
{% endif %} {# Article Content #}
{{ post.content|raw }}
{# Back Button #}
Retour aux articles
{% endblock %}