{% extends 'layout/default.html.twig' %}
{% block title %}{{post.title}}{% endblock %}
{% block description %}{{post.description}}{% endblock %}
{% block main %}
{{post.h1}}
{{post.intro}}
{% block content %}{% endblock %}
Plus d'articles
Comments
{{ form_start(form, {
'attr' : {
'class': 'w-55 left py-30'
}
})
}}
{% if not app.user or not app.user.pseudo %}
{% endif %}
{% if not app.user %}
{% endif %}