<footer style="{{ not page.footer ? 'display:none;' : '' }}">
    {% if getFooter()  and not idUnidade %}
        {{ getFooter() | raw }}

    {% else %}
        <div class="container">
            <p>© {{ "now"|date('Y') }}. {{ page.page_title }} - {{ __('todosOsDireitosReservados') }}</p>
            <p>{{ __('desenvolvidoPor')|raw }}</p>
        </div>
    {% endif %}

</footer>

{# {% include '_templates/modals/modalLogin.twig' %} #}