diff --git a/datamodels/2.x/itop-portal-base/portal/src/views/layout.html.twig b/datamodels/2.x/itop-portal-base/portal/src/views/layout.html.twig
index f6443757d6..1f0588d7f4 100644
--- a/datamodels/2.x/itop-portal-base/portal/src/views/layout.html.twig
+++ b/datamodels/2.x/itop-portal-base/portal/src/views/layout.html.twig
@@ -19,6 +19,9 @@
+ {# This block can be used to add your own meta tags by extending the default template #}
+ {% block pPageExtraMetas %}
+ {% endblock %}
{% block pPageTitle %}{% if sPageTitle is defined and sPageTitle is not null %}{{ sPageTitle }} - iTop{% else %}{{ 'Page:DefaultTitle'|dict_s }}{% endif %}{% endblock %}
{% block pPageStylesheets %}
@@ -143,26 +146,19 @@
{% endfor %}
{% endblock %}
{% if bUserConnected %}
-
- {% endif %}
- {% endfor %}
- {# We display the separator only if the user has more then 1 portal. Meaning default portal + console or several portal at least #}
- {% if app['combodo.portal.instance.conf'].portals|length > 1 %}
-
- {% endif %}
-
+ {% endif %}
+ {% endfor %}
+ {# We display the separator only if the user has more then 1 portal. Meaning default portal + console or several portal at least #}
+ {% if app['combodo.portal.instance.conf'].portals|length > 1 %}
+
+ {% endif %}
+
{% endif %}
{% endfor %}
{# We display the separator only if the user has more then 1 portal. Meaning default portal + console or several portal at least #}
{% if app['combodo.portal.instance.conf'].portals|length > 1 %}
{% endif %}
-