2022-09-10 19:54:50 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>@{{username}}</title>
|
2022-09-11 17:30:19 +01:00
|
|
|
<link rel="stylesheet" href="/static/style/main.css">
|
2022-09-10 19:54:50 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-09-11 17:30:19 +01:00
|
|
|
<h1>hi {{username}}, your id is {{id}}</h1>
|
2022-09-10 19:54:50 +01:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|