mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-03 22:39:44 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			362 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			362 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: default
 | 
						|
---
 | 
						|
 | 
						|
<div class="container">
 | 
						|
    <div class="content">
 | 
						|
        <!-- Header -->
 | 
						|
        <div class="page-heading">
 | 
						|
            {{ page.title | smartify | strip_html | normalize_whitespace }}
 | 
						|
        </div>
 | 
						|
        <!-- Contents -->
 | 
						|
        <div class=markdown>
 | 
						|
            {{ content | normalize_whitespace }}
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
</div>
 |