Skip to content

Instantly share code, notes, and snippets.

@kunxin-chor
Created September 13, 2024 01:30
Show Gist options
  • Save kunxin-chor/00305c0bf16e682e0bc5cbd3966653bf to your computer and use it in GitHub Desktop.
Save kunxin-chor/00305c0bf16e682e0bc5cbd3966653bf to your computer and use it in GitHub Desktop.
Thymeleaf template inheritance
<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