Descripción
Basic Thymeleaf layout with header and footer
File Template: ✅
Prefix
thyme:layout
Scopes
html
Snippet de código
<header th:replace="${1:fragments/header} :: header"></header>
<main>
${2:<!-- Main content -->}
</main>
<footer th:replace="${3:fragments/footer} :: footer"></footer>