11 lines
289 B
HTML
11 lines
289 B
HTML
<!DOCTYPE HTML>
|
|
<html xmlns:th="http :// www.thymeleaf.org">
|
|
<head>
|
|
<title>Blog</title>
|
|
<meta http-equiv="Content -Type" content="text/html;
|
|
charset=UTF-8" />
|
|
</head>
|
|
<body>
|
|
<p th:text="'Bonjour ' + ${nomTemplate} + ' !'" />
|
|
</body>
|
|
</html> |