12 lines
		
	
	
		
			244 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ range .Sections }}
 | 
						|
<article class="post">
 | 
						|
<header class="post__header">
 | 
						|
    <h2><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h2>
 | 
						|
</header>
 | 
						|
 | 
						|
<section class="post__summary">
 | 
						|
    {{ .Description }}
 | 
						|
</section>
 | 
						|
</article>
 | 
						|
{{ end }}
 |