mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-03 22:39:44 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			376 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			376 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: default
 | 
						|
---
 | 
						|
 | 
						|
<article>
 | 
						|
 | 
						|
    <!-- Header -->
 | 
						|
    <header>
 | 
						|
        <h1 aria-level="1" role="heading">
 | 
						|
            {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
 | 
						|
        </h1>
 | 
						|
    </header>
 | 
						|
 | 
						|
    <!-- Content -->
 | 
						|
    <section role="article">
 | 
						|
        {{ content }}
 | 
						|
    </section>
 | 
						|
 | 
						|
</article>
 |