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