mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-11-26 17:27:09 +00: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 %}
|