mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			185 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			185 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="ru">
 | 
						|
 | 
						|
{% include head.html %}
 | 
						|
 | 
						|
<body>
 | 
						|
    {% include sidebar.html %}
 | 
						|
 | 
						|
    <div class="content container">
 | 
						|
        {{ content }}
 | 
						|
    </div>
 | 
						|
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |