This commit is contained in:
10
src/main/resources/templates/app/tutorial/viewDetail.html
Normal file
10
src/main/resources/templates/app/tutorial/viewDetail.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN" xmlns:th="http://www.thymeleaf.org">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title th:text="${tutorial?.tutorialTitle}"></title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user