add templates and modules + connect to load pages using url (/section/)..TODO: comments and PEP8

This commit is contained in:
2019-06-18 15:57:13 +02:00
parent 27ba065956
commit 9c9c5dd437
18 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<html>
<head>
<title>{_title}</title>
</head>
<body>
<h1>{_heading}</h1>
</body>
</html>