Descripción
Include a fragment in another template
File Template: ✅
Prefix
thyme:include
Scopes
html
Snippet de código
<div th:replace="${1:fragments/${2:fragmentName}} :: ${3:fragmentName}"></div>
Include a fragment in another template
thyme:include
html
<div th:replace="${1:fragments/${2:fragmentName}} :: ${3:fragmentName}"></div>