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