contentPage.html 393 Bytes
<!DOCTYPE HTML>
<html xmlns:th="http://www.thymeleaf.org">
<head>
    <title th:text="${contentTitle}">图文内容</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
	<div style="height:50px;text-align:center;font-size:26px;color:#3a3a3a;"
		 th:text=" ${contentTitle}">标题</div>
    <div th:utext=" ${contentText}">内容</div>
</body>
</html>