사이드바, footer 등 다른 페이지에서 반복적으로 사용되는 공통 영역을 위함

header → 타이틀, 링크를 넘김

<head th:replace="template/layout/base :: common_header(~{::title},~{::link})">

템플릿 레이아웃 확장

HTML 전체를 레이아웃으로 만들기

<html th:fragment="layout (title, content)" xmlns:th="<http://www.thymeleaf.org>">