完成paint的展示页面,并且完成图片上传功能
This commit is contained in:
13
templates/paint/extension/base.html
Normal file
13
templates/paint/extension/base.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{% block title %}{% endblock %} | ww3</title>
|
||||
{% block style %}
|
||||
{# 这里存放style模板的数据 #}
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% block content %}
|
||||
{# 这里存放写入模板的数据 #}
|
||||
{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user