ex02.html
페이지 정보
작성자 관리자 작성일 24-06-04 15:49 조회 134 댓글 0본문
<!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>
댓글목록 0
등록된 댓글이 없습니다.