feat: 新增隐私政策内容页(apps.core.SimpleContentPage)及seed命令,更新设计文档
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% load wagtailcore_tags %}
|
||||
<!doctype html>
|
||||
<html lang="zh-hans">
|
||||
<head><meta charset="utf-8"><title>{{ page.title }}</title></head>
|
||||
<body>
|
||||
<h1>{{ page.title }}</h1>
|
||||
{{ page.body|richtext }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user