mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-03 11:08:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base.html" %}
 | 
						|
 | 
						|
{% load getconfig %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
    {% autoescape off %}
 | 
						|
        {{ "index_page"|get_config|safe }}
 | 
						|
    {% endautoescape %}
 | 
						|
{% endblock %}
 |