This commit is contained in:
commie
2026-01-12 12:42:08 +08:00
parent c153975eed
commit 61c5192018
27 changed files with 1283 additions and 112 deletions
+10
View File
@@ -0,0 +1,10 @@
<html>
<head>
<meta charset="UTF-8">
<title>{$vo.title}</title>
</head>
<body>
<h1>{$vo.title}</h1>
<div>{$vo.content|raw}</div>
</body>
</html>