{% extends 'layout.html.twig' %} {% block title %}Home Page {% endblock %} {% block leftSide %} {% if utilisateur.organismeFormation %} {{ include('menus/of_left_side.html.twig') }} {% else %} {{ include('menus/user_left_side.html.twig') }} {% endif %} {% endblock %} {% block content %}