 085bb990d1
			
		
	
	085bb990d1
	
	
	
		
			
			This covers * Global Mass Surveillance - The Fourteen Eyes * Key Disclosure Law * What is a warrant canary?
		
			
				
	
	
		
			15 lines
		
	
	
		
			479 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			479 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="col-xl-4 col-lg-6 col-md-12 mb-4">
 | |
|     <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 | translate_text}}</h3>
 | |
|         </div>
 | |
|         <div class="card-body">
 | |
|             {{include.body}}
 | |
|         </div>
 | |
|     </div>
 | |
| </div>
 |