Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 2, 2019 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/e3e1cbd67e90cca8501f1db8dda9d7c5 to your computer and use it in GitHub Desktop.
Save parzibyte/e3e1cbd67e90cca8501f1db8dda9d7c5 to your computer and use it in GitHub Desktop.
<ul>
<li th:each="variable : ${lista}" th:text="${variable}"></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment