mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			307 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			307 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: compress
 | 
						|
---
 | 
						|
 | 
						|
<!DOCTYPE html>
 | 
						|
<html lang="{{- site.lang | strip | slugify | xml_escape -}}">
 | 
						|
 | 
						|
{%- include head.html -%}
 | 
						|
 | 
						|
<body>
 | 
						|
    <header>
 | 
						|
        {%- include navbar.html -%}
 | 
						|
    </header>
 | 
						|
 | 
						|
    <article>
 | 
						|
        {{- content -}}
 | 
						|
    </article>
 | 
						|
 | 
						|
    {%- include counter.html -%}
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |