Skip to content

Instantly share code, notes, and snippets.

@deeev-sb
Created December 24, 2020 19:44
Show Gist options
  • Save deeev-sb/e9420da625f600f27416e03108f2fa4b to your computer and use it in GitHub Desktop.
Save deeev-sb/e9420da625f600f27416e03108f2fa4b to your computer and use it in GitHub Desktop.
<!-- resources/templats/hello-template.html -->
<html xmlns:th="http://www.thymeleaf.org">
<body>
<p th:text="'hello ' + ${name}">hello! empty</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment