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.
		
		
		
		
		
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			471 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			21 lines
		
	
	
		
			471 B
		
	
	
	
		
			HTML
		
	
<!DOCTYPE html>
 | 
						|
<html lang="{{ .Lang }}">
 | 
						|
{{ partial "head.html" . }}
 | 
						|
 | 
						|
<body>
 | 
						|
{{partial "search.html" .}}
 | 
						|
<div class="singlePage">
 | 
						|
    <!-- Begin actual content -->
 | 
						|
    {{partial "header.html" .}}
 | 
						|
    <article>
 | 
						|
        {{partial "toc.html" .}}
 | 
						|
        {{partial "textprocessing.html" . }}
 | 
						|
        {{if $.Site.Data.config.enableRecentNotes}}
 | 
						|
          {{partial "recent.html" . }}
 | 
						|
        {{end}}
 | 
						|
    </article>
 | 
						|
    {{partial "footerIndex.html" .}}
 | 
						|
</div>
 | 
						|
</body>
 | 
						|
</html>
 |