Added all the things. Updated gitignore and README. Removed all the things. Reviewed-by: jeff <jeff@simplesystems.tech>
		
			
				
	
	
		
			14 lines
		
	
	
		
			270 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			270 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="card pa-4">
 | 
						|
	<div class="text-center">
 | 
						|
		<img src="{{ .img }}" width="100" height="100" class="mr-4" style="margin: auto;">
 | 
						|
	</div>
 | 
						|
 | 
						|
	<div class="title text-center">
 | 
						|
		<h3>{{ .title }}</h3>
 | 
						|
	</div>
 | 
						|
 | 
						|
	<div class="article">
 | 
						|
		<p>{{ .desc }}</p>
 | 
						|
	</div>
 | 
						|
</div>
 |