{% extends 'base.html.twig' %} {% block body %} {% if is_granted("IS_AUTHENTICATED_REMEMBERED") %} {{ render(controller('AppBundle:VesselShip:getListShipPartial')) }} {% else %} {% include 'home/homepage.html.twig' with {} %} {% endif %} {% endblock %}