mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-03 22:39:44 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			410 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			410 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: compress
 | 
						|
---
 | 
						|
 | 
						|
<!DOCTYPE html>
 | 
						|
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
 | 
						|
 | 
						|
{% include head.html %}
 | 
						|
 | 
						|
<body>
 | 
						|
  <main class="wrapper">
 | 
						|
    <nav class="navigation">
 | 
						|
      {% include header.html %}
 | 
						|
    </nav>
 | 
						|
 | 
						|
    <div class="content">
 | 
						|
      {{ content }}
 | 
						|
    </div>
 | 
						|
 | 
						|
    <footer class="footer">
 | 
						|
      {% include footer.html %}
 | 
						|
    </footer>
 | 
						|
  </main>
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |