mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			365 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			365 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: compress
 | 
						|
---
 | 
						|
 | 
						|
<!DOCTYPE html>
 | 
						|
<html lang="ru">
 | 
						|
 | 
						|
{% include head.html %}
 | 
						|
 | 
						|
<body>
 | 
						|
    {% include header.html %}
 | 
						|
 | 
						|
    {% include icons.html %}
 | 
						|
 | 
						|
    <section class="main">
 | 
						|
        <div class="container">
 | 
						|
            <div class="content">
 | 
						|
                {{ content | normalize_whitespace }}
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </section>
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |