mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 04:28:44 +02:00
10 lines
355 B
Twig
10 lines
355 B
Twig
{# @copyright Copyright (C) 2010-2020 Combodo SARL #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
{% apply spaceless %}
|
|
<div id="ibo-page-banner" data-role="ibo-page-banner">
|
|
{% if aLayouts.sBanner is not empty %}
|
|
{{ aLayouts.sBanner|raw }}
|
|
{% endif %}
|
|
{{ render_block(aLayouts.oBanner, {aPage: aPage}) }}
|
|
</div>
|
|
{% endapply %} |