{% block stylesheets %} {% endblock %} {% block body %} {# {{ include('Usuarios/Tutorial/tutorial.html.twig') }} #} {% if app.user.role == 'ROLE_ADMIN' %} {{ include('headerAdmin.html.twig') }} {% elseif app.user.role == 'ROLE_TUTOR' %} {{ include('headerTutor.html.twig') }} {% elseif app.user.role == 'ROLE_USER' %} {{ include('headerUser.html.twig') }} {% endif %} {% include('Badges/rewardModal.html.twig') %} {% endblock %} {% block footer %} {{ include('footer.html.twig') }} {% endblock %} {% block javascripts %} {% endblock %}