Initial Commit: Spring-Boot-Project, that pinns down a bug in a test-case
[demos/testing] / src / main / resources / templates / local.html
1 <!DOCTYPE HTML>
2 <html xmlns:th="http://www.thymeleaf.org">
3 <head>
4   <title>ThymeleafTest - Local Template</title>
5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 </head>
7 <body>
8   <h1>This Is The Local Template</h1>
9   <p th:text="'Serving with template ::' + ${template} + '::!'" />
10 </body>
11 </html>