Thymeleaf Debug

Descripción

Debug a field or expression


File Template: ✅


Prefix

thyme:debug


Scopes

html


Snippet de código

<span th:text="${#fields.hasErrors('${1:field}')} ? 'Error' : 'OK'"></span>