mirror of
				https://git.librezo.fr/Librezo/website.git
				synced 2025-10-31 05:45:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			540 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			540 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="team_box">
 | |
| 	<a class="team_box-link">
 | |
| 		<div class="team_box-img_wrap"><img class="team_box-img" src="/img/team/{{img|safe}}" alt="{{title}}" aria-hidden/></div>
 | |
| 		<span class="team_box-title">{{title|safe}}</span>
 | |
| 		{% if place %}
 | |
| 			<span class="team_box-place">{{place|safe}}</span>
 | |
| 		{% endif %}
 | |
| 		{% if subtitle %}
 | |
| 			<br/>
 | |
| 			<span class="team_box-subtitle">{{subtitle|safe}}</span>
 | |
| 		{% endif %}
 | |
| 		{% if description %}
 | |
| 			<br/>
 | |
| 			<span class="team_box-description">{{description|safe}}</span>
 | |
| 		{% endif %}
 | |
| 	</a>
 | |
| </div>
 | 
