Flask-Workshop/templates/index.html

8 lines
140 B
HTML

<html>
<head>
<title>{{ title }}</title>
</head>
<body>
<h1>Hello, {{ user.username }}!</h1>
</body>
</html>