mirror of
				https://git.librezo.fr/Librezo/website.git
				synced 2025-10-31 13:55:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			216 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			216 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="alacarte-item">
 | |
| 	<span class="alacarte-title">{{ title | safe }}</span>
 | |
| 	<p class="alacarte-text1">{{ text1 | safe }}</p>
 | |
| 	{% if text2 %}<p class="alacarte-text2">{{ text2 | safe }}</p>{% endif %}
 | |
| </div>
 | 
