crudkit/test_app/templates/index.html
2025-09-02 12:27:51 -05:00

14 lines
253 B
HTML

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