add templates and modules + connect to load pages using url (/section/)..TODO: comments and PEP8
This commit is contained in:
8
main/templates/index.html
Normal file
8
main/templates/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{_title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{_heading}</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user