Added all the things. Updated gitignore and README. Removed all the things. Reviewed-by: jeff <jeff@simplesystems.tech>
		
			
				
	
	
		
			10 lines
		
	
	
		
			150 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			150 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "main" }}
 | |
| 	<div class="container">
 | |
| 		<div class="row">
 | |
| 			<div class="col article">
 | |
| 				{{ .Content }}
 | |
| 			</div>
 | |
| 		</div>
 | |
| 	</div>
 | |
| {{ end }}
 |