mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 05:17:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			294 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			294 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="d-flex">
 | 
						|
  <div class="flex-shrink-0">
 | 
						|
    <img src="{{ include.src }}" width="{{ include.width | default: 150 }}" height="{{ include.height | default: 150 }}" alt="{{ include.alt }}" />
 | 
						|
  </div>
 | 
						|
  <div class="flex-grow-1 ms-3">
 | 
						|
    {{ include.text | markdownify }}
 | 
						|
  </div>
 | 
						|
</div>
 |