8 lines
		
	
	
		
			125 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			125 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ template "layout" . }}
 | |
| 
 | |
| {{ define "title" }}Dashboard{{ end }}
 | |
| 
 | |
| {{ define "content" }}
 | |
|   <p>This is a test.</p>
 | |
| {{ end }}
 |