Advertisement
andersonalmada

Untitled

Jul 1st, 2022
850
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns:th="http://www.thymeleaf.org">
  3. <head>
  4.   <meta charset="UTF-8">
  5.   <title>Sample Thymeleaf template</title>
  6. </head>
  7. <body>
  8.  
  9. <p th:text="|Hello, ${name}!|">Hello, user!</p>
  10.  
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement