mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-10-29 18:46:38 +00:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
		
			461 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			461 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|   | <div class="col-xl-4 col-lg-6 col-md-12 mb-2"> | ||
|  |     <div class="card card-{{include.color}}"> | ||
|  |         {% if include.color == "warning" %} | ||
|  |         <div class="card-header text-dark bg-{{include.color}}"> | ||
|  |         {% else %} | ||
|  |         <div class="card-header text-white bg-{{include.color}}"> | ||
|  |         {% endif %} | ||
|  |         <h3 class="h5">{{include.title}}</h3> | ||
|  |         </div> | ||
|  |         <div class="card-body"> | ||
|  |             {{include.body}} | ||
|  |         </div> | ||
|  |     </div> | ||
|  | </div> |