Remove skeleton app template
Committed 9f5d51
--- a/test_app.py
+++ b/test_app.py
def get_headings(h):
return [_.text for _ in response.dom.select(f"h{h}")]
- assert get_headings(1) == ["System"]
assert get_headings(2) == ["Addresses", "Software", "Settings"]
assert get_headings(3) == ["Clearnet", "Darknet", "Routes", "Wrappers"]
index cc5b23c..0000000
--- a/webint_system/templates/template.html
-$def with (resource)
-<!doctype html>
-<html>
-<head>
-<title>$resource.title</title>
-</head>
-<body>
-<h1>$resource.title</h1>
-$:resource
-</body>
-</html>