Delete base-layout.html

This commit is contained in:
Anthony Stirling 2023-02-03 20:23:16 +00:00 committed by GitHub
parent 0b9e082718
commit fabc8528a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +0,0 @@
<div id="page-container" th:fragment="page-container">
<div id="content-wrap">
<div th:insert="~{fragments/navbar.html :: navbar}"></div>
<div th:replace="content :: content"></div>
</div>
<div th:insert="~{fragments/footer.html :: footer}"></div>
</div>