19 lines
		
	
	
		
			No EOL
		
	
	
		
			481 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			No EOL
		
	
	
		
			481 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
 | 
						|
<head>
 | 
						|
  <meta charset="utf-8">
 | 
						|
  <title>{{title}}</title>
 | 
						|
  <meta content="{{title}}" property="og:title">
 | 
						|
  <meta content="{{title}}" property="twitter:title">
 | 
						|
  <meta content="width=device-width, initial-scale=1" name="viewport">
 | 
						|
  <link href="/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
 | 
						|
  <link href="/images/webclip.png" rel="apple-touch-icon">
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
  <a href="{{id}}.html">View full webpage</a>
 | 
						|
  {{body}}
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |