12 lines
		
	
	
		
			287 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			287 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html><html lang="en"><head>
 | 
						|
<meta charset="UTF-8">
 | 
						|
<link rel=icon sizes="32x32" type="image/png" href="/static/images/favicon-32.png">
 | 
						|
<title>{{ title }}</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<h2>{{ title_str }}</h2>
 | 
						|
<p>Info: {{ message_str }}</p>
 | 
						|
<p><a href="/">home</a></p>
 | 
						|
</body>
 | 
						|
</html>
 |