| 
									
										
										
										
											2019-05-30 00:10:22 +03:00
										 |  |  | <!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" /> | 
					
						
							| 
									
										
										
										
											2022-10-27 18:05:10 +03:00
										 |  |  |         <meta name="description" content="Hellug Homepage" /> | 
					
						
							| 
									
										
										
										
											2019-05-30 00:10:22 +03:00
										 |  |  |         <meta name="keywords" content="Hellug" /> | 
					
						
							|  |  |  |         <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 
					
						
							|  |  |  |         <link href="/static/css/hellug.css" rel="stylesheet" /> | 
					
						
							| 
									
										
										
										
											2019-06-02 11:30:38 +03:00
										 |  |  |         <script src="/static/js/bootstrap.min.js"></script> | 
					
						
							| 
									
										
										
										
											2021-09-13 14:51:27 +03:00
										 |  |  |         {{ range .AlternativeOutputFormats -}} | 
					
						
							|  |  |  |             {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} | 
					
						
							|  |  |  |         {{ end -}} | 
					
						
							| 
									
										
										
										
											2019-05-30 00:10:22 +03:00
										 |  |  | </head> | 
					
						
							| 
									
										
										
										
											2022-10-27 18:05:10 +03:00
										 |  |  | <body> |