{% extends 'role/member/member_template.html.twig' %} {% block stylesheets %} {{ parent() }} .layout { width: 100%; min-height: 800px; display: flex; flex-direction: column; justify-content: space-around; align-items: center; } #member_template_layout { border: solid 1px; display: flex; flex-direction: column; } #route_profile { background-color: #ecf0f1; } #route_messages { background-color: #797d7f; } #route_contacts { background-color: #797d7f; } .label { color: blue; } {% endblock %} {% block breadcrumbs %} {{ parent() }} > profil > editer mon profil {% endblock %} {% block title_page %} {{ title }} {% endblock %} {% block body_content %}