Added all the things. Updated gitignore and README. Removed all the things. Reviewed-by: jeff <jeff@simplesystems.tech>
		
			
				
	
	
		
			13 lines
		
	
	
		
			208 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			208 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="card">
 | |
| 	<div class="card-title align-center">
 | |
| 		<img src="{{ .img }}" width="48" height="48" class="mr-4">
 | |
| 		{{ .title }}
 | |
| 	</div>
 | |
| 
 | |
| 	<hr>
 | |
| 
 | |
| 	<div class="card-text">
 | |
| 		{{ .desc }} ...
 | |
| 	</div>
 | |
| </div>
 |