{% extends 'role/member/member_template.html.twig' %} {% block stylesheets %} {{ parent() }} #member_template_layout { border: solid 1px; display: flex; flex-direction: row; } #member_template_layout div { margin-left: 50px; margin-right: 50px; font-size: 14px; } #profile { width: 75%; } #avatar { width: 25%; } #route_profile { background-color: #797d7f; } #route_messages { background-color: #ecf0f1; } #route_contacts { background-color: #797d7f; } {% endblock %} {% block breadcrumbs %} {{ parent() }} > mes messages {% endblock %} {% block area_user %} {{ parent() }} {% endblock %} {% block title_page %} {{ title }} {% endblock %} {% block body_content %} messages {% endblock %} {% block javascript %} {{ parent() }} {% endblock %}