<!DOCTYPE html>
<html lang="en" xmlns:th="www.thymeleaf.org">
<head>
    <meta charset="UTF-8" />
    <title>Title</title>
</head>
<body>
<div th:replace="base :: navlinks"></div>
<h2>Page 2</h2>
<div th:replace="base :: footer"></div>
</body>
</html>