ex02.html
페이지 정보
본문
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{include/layout.html}">
<body>
<div layout:fragment="content">
<p>컨텐츠</p>
</div>
<th:block layout:fragment="script">
<script th:inline="javascript">
const arr = [[${arr}]];
</script>
</th:block>
</body>
</html>
- 이전글SampleController.java 24.06.04
- 다음글include/layout.html 24.06.04
댓글목록
등록된 댓글이 없습니다.