17 γραμμές
		
	
	
	
		
			821 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 γραμμές
		
	
	
	
		
			821 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
						|
<head>
 | 
						|
    <base href="">
 | 
						|
    <title>{{ .Title }} | HELLUG </title>
 | 
						|
        <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
 | 
						|
        <meta name="robots" content="index, follow" />
 | 
						|
        <meta name="description" content="Hellug Official" />
 | 
						|
        <meta name="keywords" content="Hellug" />
 | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
        <!-- Bootstrap -->
 | 
						|
        <link href="/static/css/bootstrap-3.0.min.css" rel="stylesheet" media="screen" />
 | 
						|
        <script type="text/javascript" src="/static/js/jquery-1.11.3.min.js"></script>
 | 
						|
        <link href="/static/css/hellug.css" rel="stylesheet" />
 | 
						|
        <script src="/static/js/bootstrap-3.0.min.js"></script>
 | 
						|
</head>
 | 
						|
<body id="main">
 |