Footer.html 455 Bytes
<!DOCTYPE html>
<html lang="pt" xmlns="http://www.w3.org/1999/xhtml" 
      xmlns:th="http://www.thymeleaf.org">

    <body>
        <footer class="aw-layout-footer  js-content" th:fragment="layout-footer">
            <div class="container-fluid">
                <span class="aw-footer-disclaimer" th:text="|Ministério da Economia - Protocolo Central. Versão ${session.versao}|">&copy; </span>
            </div>
        </footer>

    </body>
</html>