checkpoint

This commit is contained in:
2020-07-03 13:29:57 +03:00
parent e8530a4186
commit 7146fcd2fc
14 changed files with 268 additions and 10 deletions

10
templates/index.html Normal file
View 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>