crudkit/test_app/templates/index.html
2025-09-02 14:05:52 -05:00

13 lines
215 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Device List</title>
</head>
<body>
<h1>Devices</h1>
{{ table|safe }}
<h2>Add Device</h2>
{{ form|safe }}
</body>
</html>