structure 1

This commit is contained in:
2020-07-04 15:25:31 +03:00
parent 19b584cbe7
commit eb9a593fd5
18 changed files with 249 additions and 180 deletions

10
app/templates/index.html Normal file

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello</title>
</head>
<body>
<h2>Hello{% if name %},&nbsp;<p>{{ name }}</p>{% endif %}</h2>
</body>
</html>