index.html
페이지 정보
본문
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head th:replace="~{/include/info :: html_head}">
</head>
<body>
01. include<br>
<table th:include="~{/include/info :: top_table}"></table>
02. replace<br>
<table th:replace="~{/include/info :: top_table}"></table>
03. insert<br>
<table th:insert="~{/include/info :: top_table}"></table>
<table th:insert="~{/include/info :: bottom_table}">카피라이터 영역</table>
</body>
</html>
[설명]
th:include 경우 태그만 적용 속성은 미적용 처리된다.
top_table 세가지 경우중 insert 만 남겨두자.
- 이전글include/info.html 24.06.03
- 다음글● Controller 와 html 이용한 Thymeleaf 테스트 24.06.03
댓글목록
등록된 댓글이 없습니다.