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-13 15:56:10 +01:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
2022-09-10 19:54:50 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-09-13 15:56:10 +01:00
|
|
|
{{> (lookup this "nav_type") }}
|
|
|
|
<h1>hi {{obj.username}}, your id is {{obj.id}}</h1>
|
2022-09-10 19:54:50 +01:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|