Created
September 13, 2024 01:30
-
-
Save kunxin-chor/00305c0bf16e682e0bc5cbd3966653bf to your computer and use it in GitHub Desktop.
Thymeleaf template inheritance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en" xmlns:th="http://www.thymeleaf.org" | |
th:replace="~{base :: html( | |
~{::title}, | |
~{::content}, | |
~{}, | |
~{} | |
)}"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment