8 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <article class="list-view{{ with .Section }} list-view--{{ . | urlize }}{{ end }}">
 | |
| <header>
 | |
| <h2 class="hidden">{{ .Title }}</h2>
 | |
| <p><a href="{{ .RelPermalink }}">{{ partial "author-date" . }}</a></p>
 | |
| </header>
 | |
| 
 | |
| {{ .Content }}
 | |
| </article>
 |