ex02.html > SPRINGBOOT

본문 바로가기

사이트 내 전체검색

뒤로가기 SPRINGBOOT

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

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기