{# itop-portal-base-base/portal/templates/home/layout.html.twig #} {# Home layout #} {% extends app['combodo.portal.instance.conf'].properties.templates.layout %} {% block pPageBodyClass %}home{% endblock %} {% block pMainWrapper %} {% set iCurrentTileIndex = 0 %}
{% for brick in app['brick_collection'].home_ordering %} {% if brick.GetVisibleHome %} {% if aTilesRendering[brick.GetId] is defined %} {{ aTilesRendering[brick.GetId]|raw }} {% else %} {% include '' ~ brick.GetTileTemplatePath with {brick: brick} %} {% endif %} {% endif %} {% endfor %}
{% endblock %}