Descripción
Conditional block if true
File Template: ✅
Prefix
thyme:if
Scopes
html
Snippet de código
<div th:if="${1:condition}">
${2:<!-- Content if true -->}
</div>
Conditional block if true
thyme:if
html
<div th:if="${1:condition}">
${2:<!-- Content if true -->}
</div>