Files
dde_gesture_manager/api/views/layout.html
T

10 lines
193 B
HTML
Raw Normal View History

2021-12-17 18:24:32 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{% block title %}{% endblock %}</title>
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>