mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-03 22:39:44 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			311 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			311 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: compress
 | 
						|
---
 | 
						|
 | 
						|
<!DOCTYPE html>
 | 
						|
<html lang="{{ site | smartify | strip_html | normalize_whitespace }}">
 | 
						|
 | 
						|
{% include head.html %}
 | 
						|
 | 
						|
<body>
 | 
						|
    {% include header.html %}
 | 
						|
    {% include icons.html %}
 | 
						|
 | 
						|
    <section class="main">
 | 
						|
        {{ content | normalize_whitespace }}
 | 
						|
    </section>
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |