{# itop-portal-base-base/portal/src/views/home/layout.html.twig #} {# Home layout #} {% extends app['combodo.portal.instance.conf'].properties.templates.layout %} {% block pPageBodyClass %}home{% endblock %} {# Showing only bricks that are not visible on the main content as well as a welcome message #} {#{% block pNavigationSideMenu %} {% endblock %}#} {% block pMainWrapper %} {% set iCurrentTileIndex = 0 %}
{% for brick in app['combodo.portal.instance.conf'].bricks_ordering.home %} {% if brick.GetVisibleHome %} {% if aTilesRendering[brick.GetId] is defined %} {{ aTilesRendering[brick.GetId]|raw }} {% else %} {% include '' ~ brick.GetTileTemplatePath with {brick: brick} %} {% endif %} {% endif %} {% endfor %}
{% endblock %}