chore: initial commit of Wagtail backend scaffold
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{% load wagtailcore_tags %}
|
||||
<!doctype html>
|
||||
<html lang="zh-hans">
|
||||
<head><meta charset="utf-8"><title>{{ page.title }}</title></head>
|
||||
<body>
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% for block in page.body %}
|
||||
{% include_block block %}
|
||||
{% endfor %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user