Flask-Workshop/templates/index.html

8 lines
140 B
HTML
Raw Permalink Normal View History

2020-11-22 13:41:09 +00:00
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
<h1>Hello, {{ user.username }}!</h1>
</body>
</html>