Closed conorheffron closed 3 weeks ago
Merged & completed.
Essentially the includes needed to be converted to fragment replace expressions for newer thymeleaf version.
For example the navbar include changed from:
<div th:include="navbar.html" />
to:
<header th:replace="~{navbar.html}"></header>
Sample warnings/errors related to templating engine.