thymeleaf https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-thymeleaf //thymeleaf implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' // layout thymeleaf implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect' 그래들에 추가 완료 -> 타임리프 문법 package com.example.sb.question; import java.util.List; import org.springframework.stereotype.Controller; ..