You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			431 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			20 lines
		
	
	
		
			431 B
		
	
	
	
		
			HTML
		
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
{{ partial "head.html" . }}
 | 
						|
 | 
						|
<body>
 | 
						|
{{partial "search.html" .}}
 | 
						|
<div class="singlePage">
 | 
						|
    <!-- Begin actual content -->
 | 
						|
    {{partial "header.html" .}}
 | 
						|
    <article>
 | 
						|
        <h1>All {{.Title}}</h1>
 | 
						|
        {{partial "page-list.html" .Paginator.Pages.ByLastmod.Reverse }}
 | 
						|
        {{ template "_internal/pagination.html" .}}
 | 
						|
    </article>
 | 
						|
    {{partial "contact.html" .}}
 | 
						|
</div>
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |