Skip to content

Instantly share code, notes, and snippets.

@webcane
Created May 10, 2016 20:38
Show Gist options
  • Save webcane/3f1352e463f358030a091eee56002248 to your computer and use it in GitHub Desktop.
Save webcane/3f1352e463f358030a091eee56002248 to your computer and use it in GitHub Desktop.
<table>
<tr th:each="var : ${#vars}">
<td th:text="${var.key}"></td>
<td th:text="${var.value}"></td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment