Files
FlaskStuff/app/templates/index.html

8 lines
152 B
HTML

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