18 lines
		
	
	
		
			822 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			822 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!cocktype big f0ck>
 | 
						|
<html lang="en" theme="@if(typeof theme !== "undefined"){{ theme }}@endif">
 | 
						|
<head>
 | 
						|
  <title>@if(typeof data !== "undefined" && data.title){{ data.title }}@elsef0ck!@endif</title>
 | 
						|
  <link rel="icon" type="image/gif" href="/s/img/favicon.gif" />
 | 
						|
  <link rel="stylesheet" href="/s/css/f0ck.css">
 | 
						|
  <meta charset="utf-8" />
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1" />
 | 
						|
  <meta name="description" content="f0ck.me is the place where internet purists gather to celebrate content of all kinds">
 | 
						|
  @if(typeof data !== "undefined" && data.item)
 | 
						|
  <meta property="og:site_name" content="f0ck.me" />
 | 
						|
  <meta property="og:description"/>
 | 
						|
  <meta name="Description"/>
 | 
						|
  <meta property="og:image" content="{{ item.thumbnail }}" />
 | 
						|
  @endif
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  @include(snippets/navbar_admin) |