Skip to content

Instantly share code, notes, and snippets.

@CleysonPH
Last active April 23, 2021 01:12
Show Gist options
  • Save CleysonPH/626f926bbdf0ca2e33abc4b35e157c82 to your computer and use it in GitHub Desktop.
Save CleysonPH/626f926bbdf0ca2e33abc4b35e157c82 to your computer and use it in GitHub Desktop.
<html th:replace="~{base :: layout (~{:: main})}">
<body>
<main>
<ul>
<li th:each="cliente : ${clientes}" th:text="${cliente}"></li>
</ul>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment