Descripción
Define a reusable Thymeleaf fragment
File Template: ✅
Prefix
thyme:fragment
Scopes
html
Snippet de código
<div th:fragment="${1:fragmentName}">
${2:<!-- Fragment content -->}
</div>
Define a reusable Thymeleaf fragment
thyme:fragment
html
<div th:fragment="${1:fragmentName}">
${2:<!-- Fragment content -->}
</div>