This website works better with JavaScript
首页
发现
帮助
登录
Siningsoft
/
myCar
关注
3
点赞
0
派生
0
文件
合并请求
0
目录树:
d116067e19
分支列表
标签列表
master
myCar
/
templates
/
empty.html
empty.html
89 B
文件历史
原始文件
1
2
3
4
5
6
7
8
{% extends 'base.html' %}
{% block content %}
<h1>Empty template</h1>
{% endblock %}