<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org"> <head></head> <body> <div class="topnav" id="topNavBar" th:fragment="topNavBar"> <a href="/" th:text="#{application.name}"></a> <a href="javascript:void(0);" class="icon" onclick="toggleNavBar()">☰</a> </div> </body> </html>