标签: html thymeleaf
我有一个html片段,它包含在布局中。此布局存在于所有页面中。现在我只有一页要从中排除该片段。
布局页面:
<div th:replace="~{chat/head.html :: head}"></div> <div th:replace="~{chat/footer.html :: footer}"></div>
所有页面:包括版式。 最后几页:包括不带布局的页面:
<div th:replace="~{chat/footer.html :: footer}"></div>