忘记做了什么先上传

This commit is contained in:
2026-02-08 10:54:32 +08:00
parent 24dc04287e
commit 27aeb90285
6 changed files with 144 additions and 14 deletions

16
templates/blog/paint.html Normal file
View File

@@ -0,0 +1,16 @@
{# 引入base #}
{% extends 'blog/extension/base.html' %}
{# 引入标题 #}
{% block title %}paint{% endblock %}
{% include 'blog/include/head.html' %}
{% block content %}
{% include 'blog/include/navbar.html' %}
施工中...
<br>
这里会展示我绘制的一些屑作....
<br>
{% endblock %}