保誠-保戶業務員媒合平台
Tomas
2022-07-20 38d7cc3ee70e1de015ea03ee3f1330be0054b6c7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Title</title>
</head>
<body>
 
</body>
</html>
 
 
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org" lang="zh">
<head>
  <title>約訪通知</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<p style="white-space: pre" th:text="${content}"></p>
</body>
</html>