blob: f9465f51b367fd7950f199e1e4cd9424a9ea90ba [file] [log] [blame]
<!DOCTYPE HTML>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<title>Getting Started: Serving Web Content</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<p th:text="'Hello, ' + ${name} + '!'"></p>
<p>Please add ?name=&lt;name&gt; to override the default <b>thymeleaf</b></p>
</body>
</html>