16 lines
		
	
	
		
			295 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			295 B
		
	
	
	
		
			HTML
		
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
 | 
						|
<head>
 | 
						|
	<title>@{{username}}</title>
 | 
						|
	<link rel="stylesheet" href="/static/style/main.css">
 | 
						|
	<link rel="icon" type="image/svg+xml" href="/favicon.svg">
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
	{{> (lookup this "nav_type") }}
 | 
						|
	<h1>hi {{obj.username}}, your id is {{obj.id}}</h1>
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |