mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			350 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			350 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: compress
 | 
						|
---
 | 
						|
 | 
						|
<!DOCTYPE html>
 | 
						|
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
 | 
						|
 | 
						|
{% include head.html %}
 | 
						|
 | 
						|
<body>
 | 
						|
    <main class="wrapper">
 | 
						|
        {% include header.html %}
 | 
						|
 | 
						|
        <div class="content">
 | 
						|
            {{ content }}
 | 
						|
        </div>
 | 
						|
 | 
						|
        {% include footer.html %}
 | 
						|
    </main>
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |